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