Class Unmarshallers
- java.lang.Object
-
- de.quantummaid.httpmaid.marshalling.Unmarshallers
-
public final class Unmarshallers extends Object
-
-
Constructor Summary
Constructors Constructor Description Unmarshallers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnmarshallerbyContentType(ContentType contentType)List<ContentType>supportedContentTypes()booleansupportsContentType(ContentType contentType)static Unmarshallersunmarshallers(Map<ContentType,Unmarshaller> unmarshallers)
-
-
-
Method Detail
-
unmarshallers
public static Unmarshallers unmarshallers(Map<ContentType,Unmarshaller> unmarshallers)
-
byContentType
public Unmarshaller byContentType(ContentType contentType)
-
supportsContentType
public boolean supportsContentType(ContentType contentType)
-
supportedContentTypes
public List<ContentType> supportedContentTypes()
-
-