Class ObjectMapperConfig
java.lang.Object
energy.eddie.regionconnector.shared.utils.ObjectMapperConfig
This configuration should be used to override the object mapper that is passed to the child instances from the core parent context.
It has similar features to the
JacksonAutoConfiguration, but is not as sophisticated.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.json.JsonMapperjsonMapper(List<org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer> customizers)
-
Constructor Details
-
ObjectMapperConfig
public ObjectMapperConfig()
-
-
Method Details
-
jsonMapper
@Bean @Primary public tools.jackson.databind.json.JsonMapper jsonMapper(List<org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer> customizers)
-