Uses of Interface
com.oracle.coherence.io.json.genson.convert.ContextualFactory
-
Packages that use ContextualFactory 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.genson.reflect This package contains the core api providing databinding support for complex objects. -
-
Uses of ContextualFactory in com.oracle.coherence.io.json.genson
Methods in com.oracle.coherence.io.json.genson with parameters of type ContextualFactory Modifier and Type Method Description GensonBuilderGensonBuilder. withContextualFactory(ContextualFactory<?>... factories)ContextualFactory is actually in a beta status, it will not be removed, but might be refactored.Method parameters in com.oracle.coherence.io.json.genson with type arguments of type ContextualFactory Modifier and Type Method Description protected voidGensonBuilder. addDefaultContextualFactories(List<ContextualFactory<?>> factories) -
Uses of ContextualFactory in com.oracle.coherence.io.json.genson.convert
Classes in com.oracle.coherence.io.json.genson.convert that implement ContextualFactory Modifier and Type Class Description static classDefaultConverters.DateContextualFactorystatic classDefaultConverters.PropertyConverterFactory -
Uses of ContextualFactory in com.oracle.coherence.io.json.genson.reflect
Constructor parameters in com.oracle.coherence.io.json.genson.reflect with type arguments of type ContextualFactory Constructor Description ContextualConverterFactory(List<? extends ContextualFactory<?>> contextualFactories)
-