Uses of Interface
com.oracle.coherence.io.json.genson.BeanView
-
Packages that use BeanView 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.annotation This package provides useful annotations to configure some features used during serialization and deserialization.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 BeanView in com.oracle.coherence.io.json.genson
Methods in com.oracle.coherence.io.json.genson that return types with arguments of type BeanView Modifier and Type Method Description List<Class<? extends BeanView<?>>>Context. views()Method parameters in com.oracle.coherence.io.json.genson with type arguments of type BeanView Modifier and Type Method Description StringGenson. serialize(Object object, Class<? extends BeanView<?>> firstView, Class<? extends BeanView<?>>... withViews)Serializes the object using the specified BeanViews.ContextContext. withView(Class<? extends BeanView<?>> view)Constructor parameters in com.oracle.coherence.io.json.genson with type arguments of type BeanView Constructor Description Context(Genson genson, List<Class<? extends BeanView<?>>> views) -
Uses of BeanView in com.oracle.coherence.io.json.genson.annotation
Methods in com.oracle.coherence.io.json.genson.annotation that return types with arguments of type BeanView Modifier and Type Method Description Class<? extends BeanView<?>>[]views() -
Uses of BeanView in com.oracle.coherence.io.json.genson.convert
Methods in com.oracle.coherence.io.json.genson.convert that return types with arguments of type BeanView Modifier and Type Method Description protected Class<? extends BeanView<T>>BeanViewConverter. findViewFor(Type type, List<Class<? extends BeanView<?>>> views)Method parameters in com.oracle.coherence.io.json.genson.convert with type arguments of type BeanView Modifier and Type Method Description protected Class<? extends BeanView<T>>BeanViewConverter. findViewFor(Type type, List<Class<? extends BeanView<?>>> views) -
Uses of BeanView in com.oracle.coherence.io.json.genson.reflect
Constructor parameters in com.oracle.coherence.io.json.genson.reflect with type arguments of type BeanView Constructor Description BeanViewDescriptorProvider(AbstractBeanDescriptorProvider.ContextualConverterFactory ctxConverterFactory, Map<Class<?>,BeanView<?>> views, BeanPropertyFactory propertyFactory, BeanMutatorAccessorResolver mutatorAccessorResolver, PropertyNameResolver nameResolver)BeanViewPropertyFactory(Map<Class<?>,BeanView<?>> views)
-