Class ObjectMapperConfiguration

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

@Configuration public class ObjectMapperConfiguration extends Object
Provides configurations for customizing json bean Jackson object mapper singleton instance configuration and yaml bean Jackson object mapper singleton instance configuration
  • Constructor Details

    • ObjectMapperConfiguration

      public ObjectMapperConfiguration()
  • Method Details

    • yamlMapper

      @Bean @Qualifier("yamlObjectMapper") public com.fasterxml.jackson.databind.ObjectMapper yamlMapper()
      Returns:
      YAMLMapper a convenience version of ObjectMapper which is configured with YAMLFactory