Uses of Class
com.oracle.coherence.io.json.genson.ext.GensonBundle
-
Packages that use GensonBundle Package Description com.oracle.coherence.io.json JSON serializer implementation.com.oracle.coherence.io.json.genson This package contains Genson base classes, to start with have a look atGenson.com.oracle.coherence.io.json.genson.datetime JSON date and time classes.com.oracle.coherence.io.json.genson.ext.jackson com.oracle.coherence.io.json.genson.ext.jsonb com.oracle.coherence.io.json.genson.ext.jsr353 com.oracle.coherence.io.json.internal Internal JSON packages. -
-
Uses of GensonBundle in com.oracle.coherence.io.json
Subclasses of GensonBundle in com.oracle.coherence.io.json Modifier and Type Class Description protected static classCoherenceBundleProvider.CoherenceBundleAGensonBundlethat adds package aliases.Methods in com.oracle.coherence.io.json that return GensonBundle Modifier and Type Method Description GensonBundleCoherenceBundleProvider. provide()GensonBundleGensonBundleProvider. provide()Obtain theGensonBundle. -
Uses of GensonBundle in com.oracle.coherence.io.json.genson
Methods in com.oracle.coherence.io.json.genson with parameters of type GensonBundle Modifier and Type Method Description GensonBuilderGensonBuilder. withBundle(GensonBundle... bundles)Register some genson bundles. -
Uses of GensonBundle in com.oracle.coherence.io.json.genson.datetime
Subclasses of GensonBundle in com.oracle.coherence.io.json.genson.datetime Modifier and Type Class Description classJavaDateTimeBundleProvides support for Java 8 Date & Time API (JSR 310). -
Uses of GensonBundle in com.oracle.coherence.io.json.genson.ext.jackson
Subclasses of GensonBundle in com.oracle.coherence.io.json.genson.ext.jackson Modifier and Type Class Description classJacksonBundleGenson bundle which allows usage of Jackson annotations for serialization. -
Uses of GensonBundle in com.oracle.coherence.io.json.genson.ext.jsonb
Subclasses of GensonBundle in com.oracle.coherence.io.json.genson.ext.jsonb Modifier and Type Class Description classJsonbBundleGenson bundle which allows usage of JSON-B annotations for serialization. -
Uses of GensonBundle in com.oracle.coherence.io.json.genson.ext.jsr353
Subclasses of GensonBundle in com.oracle.coherence.io.json.genson.ext.jsr353 Modifier and Type Class Description classJSR353Bundle -
Uses of GensonBundle in com.oracle.coherence.io.json.internal
Subclasses of GensonBundle in com.oracle.coherence.io.json.internal Modifier and Type Class Description classGensonServiceBundleService that registersGensonBundles provided byGensonBundleProviderimplementations on the classpath.
-