Package yakworks.json.jackson
Interface ObjectMapperSupplier
-
- All Superinterfaces:
java.io.Serializable
public interface ObjectMapperSupplier extends java.io.SerializableSupplies a custom reference of a JacksonObjectMapper- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperget()Get customObjectMapperreference
-