Package uk.gov.gchq.gaffer.rest.config
Class JsonSerialisationConfig
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.serialisation.ObjectMapperProvider
-
- uk.gov.gchq.gaffer.rest.config.JsonSerialisationConfig
-
@Configuration public class JsonSerialisationConfig extends ObjectMapperProvider
-
-
Constructor Summary
Constructors Constructor Description JsonSerialisationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapper
objectMapper(GraphFactory graphFactory)
-
Methods inherited from class uk.gov.gchq.gaffer.rest.serialisation.ObjectMapperProvider
getObjectMapper
-
-
-
-
Method Detail
-
objectMapper
@Primary @Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper(GraphFactory graphFactory)
-
-