Package org.cyclos.impl.utils.jackson
Class ImplJacksonConfiguration
- java.lang.Object
-
- org.cyclos.server.utils.jackson.JacksonConfiguration
-
- org.cyclos.impl.utils.jackson.ImplJacksonConfiguration
-
@Component @Primary public class ImplJacksonConfiguration extends JacksonConfiguration
Registers to theJacksonConfigurationthe module to handle entities
-
-
Constructor Summary
Constructors Constructor Description ImplJacksonConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.fasterxml.jackson.databind.ObjectMapper objectMapper)-
Methods inherited from class org.cyclos.server.utils.jackson.JacksonConfiguration
getObjectMapper
-
-
-
-
Method Detail
-
configure
public void configure(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
- Overrides:
configurein classJacksonConfiguration
-
-