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
retaining its default
auto-configuration.- Since:
- 1.4.0
- Author:
- Grzegorz Poznachowski
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder) Customize the JacksonObjectMapperBuilder.
-
Method Details
-
customize
Customize the JacksonObjectMapperBuilder.- Parameters:
jacksonObjectMapperBuilder
- the JacksonObjectMapperBuilder to customize
-