Package ubic.gemma.rest.util
Class JacksonConfig
java.lang.Object
ubic.gemma.rest.util.JacksonConfig
Configuration for JSON serialization with Jackson.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
Mapper used to generate JSON payloads from the REST API.
-
Constructor Details
-
JacksonConfig
public JacksonConfig()
-
-
Method Details
-
objectMapper
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()Mapper used to generate JSON payloads from the REST API.- See Also:
-