Class GensonServiceBundle
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.ext.GensonBundle
-
- com.oracle.coherence.io.json.internal.GensonServiceBundle
-
public class GensonServiceBundle extends GensonBundle
Service that registersGensonBundles provided byGensonBundleProviderimplementations on the classpath.Bundles are registered in iteration order.
- Since:
- 20.06
-
-
Constructor Summary
Constructors Constructor Description GensonServiceBundle()
-
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
-
-