Interface Jackson2ObjectMapperBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to further customize the
 
ObjectMapper through Jackson2ObjectMapperBuilder to fine-tune its
 auto-configuration.- Since:
- 1.4.0
- Author:
- Grzegorz Poznachowski
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder) Customize the JacksonObjectMapperBuilder.
- 
Method Details- 
customizeCustomize the JacksonObjectMapperBuilder.- Parameters:
- jacksonObjectMapperBuilder- the JacksonObjectMapperBuilder to customize
 
 
-