Interface JsonMapperBuilderCustomizer
- 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
JsonMapper
through JsonMapper.Builder
to
fine-tune its auto-configuration.- Since:
- 4.0.0
- Author:
- Grzegorz Poznachowski
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(tools.jackson.databind.json.JsonMapper.Builder jsonMapperBuilder) Customize the JsonMapper.Builder.
-
Method Details
-
customize
void customize(tools.jackson.databind.json.JsonMapper.Builder jsonMapperBuilder) Customize the JsonMapper.Builder.- Parameters:
jsonMapperBuilder
- the builder to customize
-