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 via Jackson2ObjectMapperBuilder retaining its default auto-configuration.
    Since:
    1.4.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidcustomize​(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder)
      Customize the JacksonObjectMapperBuilder.
    • Method Detail

      • customize

        void customize​(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder jacksonObjectMapperBuilder)
        Customize the JacksonObjectMapperBuilder.
        Parameters:
        jacksonObjectMapperBuilder - the JacksonObjectMapperBuilder to customize