Class JSR353Bundle
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.ext.GensonBundle
-
- com.oracle.coherence.io.json.genson.ext.jsr353.JSR353Bundle
-
public class JSR353Bundle extends GensonBundle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJSR353Bundle.JsonValueConverter
-
Constructor Summary
Constructors Constructor Description JSR353Bundle()
-
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.JSR353BundlepreferJsonpTypes()-
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
-
preferJsonpTypes
public JSR353Bundle preferJsonpTypes()
-
-