Uses of Class
com.oracle.coherence.io.json.genson.convert.ChainedFactory
-
Packages that use ChainedFactory Package Description 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.convert This package provides some defaultConverterimplementations and the chained factory and converter decorator mechanisms.com.oracle.coherence.io.json.internal Internal JSON packages. -
-
Uses of ChainedFactory in com.oracle.coherence.io.json.genson
Methods in com.oracle.coherence.io.json.genson with parameters of type ChainedFactory Modifier and Type Method Description GensonBuilderGensonBuilder. withConverterFactory(ChainedFactory chainedFactory)A ChainedFactory provides a way to use custom Converters that have access to the default Converters.Method parameters in com.oracle.coherence.io.json.genson with type arguments of type ChainedFactory Modifier and Type Method Description GensonBuilderGensonBuilder. withConverterFactory(Modifier<ChainedFactory> modifier) -
Uses of ChainedFactory in com.oracle.coherence.io.json.genson.convert
Subclasses of ChainedFactory in com.oracle.coherence.io.json.genson.convert Modifier and Type Class Description static classBeanViewConverter.BeanViewConverterFactoryclassCircularClassReferenceConverterFactoryChainedFactory that handles circular class references.static classClassMetadataConverter.ClassMetadataConverterFactoryclassNullConverterFactoryThe default implementation handles null values by returning the predefined default value if any or null during deserialization and by calling writer.writeNull() during serialization.static classRuntimeTypeConverter.RuntimeTypeConverterFactoryMethods in com.oracle.coherence.io.json.genson.convert that return ChainedFactory Modifier and Type Method Description ChainedFactoryChainedFactory. find(Class<? extends ChainedFactory> clazz)Methods in com.oracle.coherence.io.json.genson.convert with parameters of type ChainedFactory Modifier and Type Method Description voidChainedFactoryVisitor. visit(ChainedFactory factory)Method parameters in com.oracle.coherence.io.json.genson.convert with type arguments of type ChainedFactory Modifier and Type Method Description ChainedFactoryChainedFactory. find(Class<? extends ChainedFactory> clazz) -
Uses of ChainedFactory in com.oracle.coherence.io.json.internal
Subclasses of ChainedFactory in com.oracle.coherence.io.json.internal Modifier and Type Class Description static classMissingClassConverter.FactoryA factory to createMissingClassConverterinstances.static classSerializationSupportConverter.FactoryA factory to createSerializationSupportConverterinstances.
-