Uses of Interface
com.soklet.ResponseMarshaler
Packages that use ResponseMarshaler
-
Uses of ResponseMarshaler in com.soklet
Methods in com.soklet that return ResponseMarshalerModifier and TypeMethodDescriptionResponseMarshaler.Builder.build()
Constructs a defaultResponseMarshaler
instance.SokletConfig.getResponseMarshaler()
static ResponseMarshaler
ResponseMarshaler.withDefaults()
Acquires aResponseMarshaler
with a reasonable "out of the box" configuration.Methods in com.soklet with parameters of type ResponseMarshalerModifier and TypeMethodDescriptionSokletConfig.Builder.responseMarshaler
(ResponseMarshaler responseMarshaler) SokletConfig.Copier.responseMarshaler
(ResponseMarshaler responseMarshaler)