Uses of Interface
com.soklet.RequestBodyMarshaler
Packages that use RequestBodyMarshaler
-
Uses of RequestBodyMarshaler in com.soklet
Methods in com.soklet that return RequestBodyMarshalerModifier and TypeMethodDescriptionSokletConfig.getRequestBodyMarshaler()
How Soklet will marshal request bodies to Java types.static RequestBodyMarshaler
RequestBodyMarshaler.withDefaults()
Acquires a basicRequestBodyMarshaler
which knows how to convert request body data usingValueConverterRegistry.sharedInstance()
.static RequestBodyMarshaler
RequestBodyMarshaler.withValueConverterRegistry
(ValueConverterRegistry valueConverterRegistry) Acquires a basicRequestBodyMarshaler
which knows how to convert request body data using the providedValueConverterRegistry
.Methods in com.soklet with parameters of type RequestBodyMarshalerModifier and TypeMethodDescriptionSokletConfig.Builder.requestBodyMarshaler
(RequestBodyMarshaler requestBodyMarshaler) SokletConfig.Copier.requestBodyMarshaler
(RequestBodyMarshaler requestBodyMarshaler) ResourceMethodParameterProvider.with
(InstanceProvider instanceProvider, ValueConverterRegistry valueConverterRegistry, RequestBodyMarshaler requestBodyMarshaler) Acquires a basicResourceMethodParameterProvider
with sensible defaults.