Uses of Interface
com.oracle.coherence.io.json.genson.Modifier
-
Packages that use Modifier 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. -
-
Uses of Modifier in com.oracle.coherence.io.json
Constructors in com.oracle.coherence.io.json with parameters of type Modifier Constructor Description JsonSerializer(ClassLoader loader, Modifier<GensonBuilder> builderModifier, boolean compatibleMode)Constructs aGensonJsonSerializerthat will use the providedClassLoader. -
Uses of Modifier in com.oracle.coherence.io.json.genson
Methods in com.oracle.coherence.io.json.genson that return Modifier Modifier and Type Method Description default Modifier<T>Modifier. andThen(Modifier<T> after)static <T> Modifier<T>Modifier. identity()Methods in com.oracle.coherence.io.json.genson with parameters of type Modifier Modifier and Type Method Description default Modifier<T>Modifier. andThen(Modifier<T> after)GensonBuilderGensonBuilder. withConverterFactory(Modifier<ChainedFactory> modifier)
-