Interface ObjectMapperSupplier
- All Superinterfaces:
Serializable
Supplies a custom reference of a Jackson
ObjectMapper- Since:
- 2.1.0
- Author:
- Vlad Mihalcea
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperget()Get customObjectMapperreference
-
Method Details
-
get
com.fasterxml.jackson.databind.ObjectMapper get()Get customObjectMapperreference- Returns:
- custom
ObjectMapperreference
-