Class JacksonBundle
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.ext.GensonBundle
-
- com.oracle.coherence.io.json.genson.ext.jackson.JacksonBundle
-
public class JacksonBundle extends GensonBundle
Genson bundle which allows usage of Jackson annotations for serialization.- Author:
- Aleks Seovic 2018.05.21
-
-
Constructor Summary
Constructors Constructor Description JacksonBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(GensonBuilder builder)This method does not provide any guarantee to when it is called: before user config, during, or after.-
Methods inherited from class com.oracle.coherence.io.json.genson.ext.GensonBundle
createBeanDescriptorProvider
-
-
-
-
Method Detail
-
configure
public void configure(GensonBuilder builder)
Description copied from class:GensonBundleThis method does not provide any guarantee to when it is called: before user config, during, or after. Thus it should not rely on accessor methods from GensonBuilder they might not reflect the final configuration. Use the builder to register your components.- Specified by:
configurein classGensonBundle
-
-