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