Class ObjectMapperConfiguration

java.lang.Object
org.odpi.openmetadata.serverchassis.springboot.config.ObjectMapperConfiguration

@Configuration public class ObjectMapperConfiguration extends Object
This class provides configuration bean for customizing Jackson object mapper singleton instance configuration.
  • Field Details

  • Constructor Details

    • ObjectMapperConfiguration

      public ObjectMapperConfiguration()
  • Method Details

    • newObjectMapper

      public static com.fasterxml.jackson.databind.ObjectMapper newObjectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder builder)