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