Package com.oracle.coherence.io.json
Class CoherenceBundleProvider.CoherenceBundle
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.ext.GensonBundle
-
- com.oracle.coherence.io.json.CoherenceBundleProvider.CoherenceBundle
-
- Enclosing class:
- CoherenceBundleProvider
protected static final class CoherenceBundleProvider.CoherenceBundle extends GensonBundle
AGensonBundlethat adds package aliases.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCoherenceBundle()
-
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
-
-