Interface ObjectMapperSupplier
-
public interface ObjectMapperSupplier
Supplies 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.ObjectMapper
get()
Get customObjectMapper
reference
-