java.lang.Object
org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration

@AutoConfiguration public class MapperAutoConfiguration extends Object
  • Constructor Details

    • MapperAutoConfiguration

      public MapperAutoConfiguration()
  • Method Details

    • objectMapper

      @Bean @Primary @ConditionalOnProperty(prefix="app", name="prefix", havingValue="qip") public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
    • qipPrimaryObjectMapper

      @Bean("primaryObjectMapper") public com.fasterxml.jackson.databind.ObjectMapper qipPrimaryObjectMapper()
    • objectMapperWithSorting

      @Bean("objectMapperWithSorting") public com.fasterxml.jackson.databind.ObjectMapper objectMapperWithSorting()
    • yamlMapper

      @Bean("yamlMapper") public com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper(KubeSecretSerializer kubeSecretSerializer)
    • yamlImportExportMapper

      @Bean("yamlImportExportMapper") public com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlImportExportMapper()