Package de.cxp.ocs.client.deserializer
Class ObjectMapperFactory
java.lang.Object
de.cxp.ocs.client.deserializer.ObjectMapperFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic feign.codec.Decoderstatic feign.codec.Encoderstatic com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Details
-
ObjectMapperFactory
public ObjectMapperFactory()
-
-
Method Details
-
createJacksonDecoder
public static feign.codec.Decoder createJacksonDecoder() -
createJacksonEncoder
public static feign.codec.Encoder createJacksonEncoder() -
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
-