Class MapperAutoConfiguration
java.lang.Object
org.qubership.integration.platform.runtime.catalog.configuration.MapperAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.dataformat.yaml.YAMLMappercom.fasterxml.jackson.dataformat.yaml.YAMLMapperyamlMapper(ChainDeserializer chainDeserializer, ChainElementDeserializer chainElementDeserializer)
-
Constructor Details
-
MapperAutoConfiguration
public MapperAutoConfiguration()
-
-
Method Details
-
yamlMapper
@Bean("yamlMapper") public com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper(ChainDeserializer chainDeserializer, ChainElementDeserializer chainElementDeserializer) -
yamlExportImportMapper
@Bean("yamlExportImportMapper") public com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlExportImportMapper()
-