Interface XmlMapperBuilderCustomizer
- 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
XmlMapper through XmlMapper.Builder to fine-tune its
auto-configuration.- Since:
- 4.0.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(tools.jackson.dataformat.xml.XmlMapper.Builder xmlMapperBuilder) Customize the XmlMapper.Builder.
-
Method Details
-
customize
void customize(tools.jackson.dataformat.xml.XmlMapper.Builder xmlMapperBuilder) Customize the XmlMapper.Builder.- Parameters:
xmlMapperBuilder- the builder to customize
-