Interface CborFactoryBuilderCustomizer

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 CborFactoryBuilderCustomizer
Callback interface that can be implemented by beans wishing to further customize the CBORFactory through CBORFactoryBuilder 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.cbor.CBORFactoryBuilder cborFactoryBuilder)
    Customize the CBORFactoryBuilder.
  • Method Details

    • customize

      void customize(tools.jackson.dataformat.cbor.CBORFactoryBuilder cborFactoryBuilder)
      Customize the CBORFactoryBuilder.
      Parameters:
      cborFactoryBuilder - the builder to customize