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 via Jackson2ObjectMapperBuilder retaining its default
auto-configuration.- Since:
- 1.4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder) Customize the JacksonObjectMapperBuilder.
-
Method Details
-
customize
void customize(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder) Customize the JacksonObjectMapperBuilder.- Parameters:
jacksonObjectMapperBuilder- the JacksonObjectMapperBuilder to customize
-