Package com.bisnode.opa.client.rest
Class ObjectMapperFactory
- java.lang.Object
-
- com.bisnode.opa.client.rest.ObjectMapperFactory
-
public class ObjectMapperFactory extends java.lang.ObjectCreates and configuresObjectMapper
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMappercreate()static ObjectMapperFactorygetInstance()
-
-
-
Method Detail
-
create
public com.fasterxml.jackson.databind.ObjectMapper create()
-
getInstance
public static ObjectMapperFactory getInstance()
-
-