Class MarshallingConfigurators
- java.lang.Object
-
- de.quantummaid.httpmaid.marshalling.MarshallingConfigurators
-
public final class MarshallingConfigurators extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MarshallingModuleConfiguratortoMarshallByDefaultUsingTheContentType(ContentType contentType)static MarshallingModuleConfiguratortoMarshallContentType(ContentType contentType, Unmarshaller unmarshaller, Marshaller marshaller)static MarshallingModuleConfiguratortoMarshallContentTypeInResponses(ContentType contentType, Marshaller marshaller)static MarshallingModuleConfiguratortoThrowAnExceptionIfNoMarshallerWasFound()static MarshallingModuleConfiguratortoUnmarshallContentTypeInRequests(ContentType contentType, Unmarshaller unmarshaller)
-
-
-
Method Detail
-
toMarshallContentType
public static MarshallingModuleConfigurator toMarshallContentType(ContentType contentType, Unmarshaller unmarshaller, Marshaller marshaller)
-
toUnmarshallContentTypeInRequests
public static MarshallingModuleConfigurator toUnmarshallContentTypeInRequests(ContentType contentType, Unmarshaller unmarshaller)
-
toMarshallContentTypeInResponses
public static MarshallingModuleConfigurator toMarshallContentTypeInResponses(ContentType contentType, Marshaller marshaller)
-
toMarshallByDefaultUsingTheContentType
public static MarshallingModuleConfigurator toMarshallByDefaultUsingTheContentType(ContentType contentType)
-
toThrowAnExceptionIfNoMarshallerWasFound
public static MarshallingModuleConfigurator toThrowAnExceptionIfNoMarshallerWasFound()
-
-