Interface JsonFactoryBuilderCustomizer

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 JsonFactoryBuilderCustomizer
Callback interface that can be implemented by beans wishing to further customize the JsonFactory through JsonFactoryBuilder to fine-tune its auto-configuration.
Since:
4.1.0
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(tools.jackson.core.json.JsonFactoryBuilder jsonFactoryBuilder)
    Customize the JsonFactoryBuilder.
  • Method Details

    • customize

      void customize(tools.jackson.core.json.JsonFactoryBuilder jsonFactoryBuilder)
      Customize the JsonFactoryBuilder.
      Parameters:
      jsonFactoryBuilder - the builder to customize