Class ObjectMapperConfiguration
java.lang.Object
org.odpi.openmetadata.serverchassis.springboot.config.ObjectMapperConfiguration
This class provides configuration bean for customizing Jackson object mapper singleton instance configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMappernewObjectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder builder)
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
ObjectMapperConfiguration
public ObjectMapperConfiguration()
-
-
Method Details
-
newObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper newObjectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder builder)
-