Interface Jackson2ObjectMapperBuilderCustomizer

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 Jackson2ObjectMapperBuilderCustomizer
Callback interface that can be implemented by beans wishing to further customize the ObjectMapper through Jackson2ObjectMapperBuilder retaining its default auto-configuration.
Since:
1.4.0
Author:
Grzegorz Poznachowski
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder)
    Customize the JacksonObjectMapperBuilder.
  • Method Details

    • customize

      void customize(Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder)
      Customize the JacksonObjectMapperBuilder.
      Parameters:
      jacksonObjectMapperBuilder - the JacksonObjectMapperBuilder to customize