Package com.flagsmith
Class MapperFactory
java.lang.Object
com.flagsmith.MapperFactory
Factory for object mapper instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperGet default ObjectMapper.
-
Constructor Details
-
MapperFactory
public MapperFactory()
-
-
Method Details
-
getMapper
public static com.fasterxml.jackson.databind.ObjectMapper getMapper()Get default ObjectMapper.- Returns:
- an ObjectMapper
-