Package de.quantummaid.mapmaid.jackson
Class JacksonXmlMarshaller
- java.lang.Object
-
- de.quantummaid.mapmaid.jackson.JacksonXmlMarshaller
-
- All Implemented Interfaces:
MarshallerAndUnmarshaller<String>
public final class JacksonXmlMarshaller extends Object implements MarshallerAndUnmarshaller<String>
-
-
Constructor Summary
Constructors Constructor Description JacksonXmlMarshaller()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JacksonXmlMarshallerjacksonXmlMarshaller()Marshaller<String>marshaller()MarshallingType<String>marshallingType()Unmarshaller<String>unmarshaller()
-
-
-
Method Detail
-
jacksonXmlMarshaller
public static JacksonXmlMarshaller jacksonXmlMarshaller()
-
marshallingType
public MarshallingType<String> marshallingType()
- Specified by:
marshallingTypein interfaceMarshallerAndUnmarshaller<String>
-
marshaller
public Marshaller<String> marshaller()
- Specified by:
marshallerin interfaceMarshallerAndUnmarshaller<String>
-
unmarshaller
public Unmarshaller<String> unmarshaller()
- Specified by:
unmarshallerin interfaceMarshallerAndUnmarshaller<String>
-
-