Interface XmlFactoryBuilderCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface XmlFactoryBuilderCustomizer
Callback interface that can be implemented by beans wishing to further customize the XmlFactory through XmlFactoryBuilder to fine-tune its auto-configuration.
Since:
4.1.0
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(tools.jackson.dataformat.xml.XmlFactoryBuilder xmlFactoryBuilder)
    Customize the XmlFactoryBuilder.
  • Method Details

    • customize

      void customize(tools.jackson.dataformat.xml.XmlFactoryBuilder xmlFactoryBuilder)
      Customize the XmlFactoryBuilder.
      Parameters:
      xmlFactoryBuilder - the builder to customize