Uses of Class
com.oracle.coherence.io.json.genson.reflect.BeanProperty
-
Packages that use BeanProperty Package Description 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 BeanProperty in com.oracle.coherence.io.json.genson.convert
Methods in com.oracle.coherence.io.json.genson.convert with parameters of type BeanProperty Modifier and Type Method Description Converter<T>ContextualFactory. create(BeanProperty property, Genson genson)Return an instance of a converter working with objects of type T based on property argument or null.ConverterDefaultConverters.DateContextualFactory. create(BeanProperty property, Genson genson)Converter<Object>DefaultConverters.PropertyConverterFactory. create(BeanProperty property, Genson genson) -
Uses of BeanProperty in com.oracle.coherence.io.json.genson.reflect
Subclasses of BeanProperty in com.oracle.coherence.io.json.genson.reflect Modifier and Type Class Description static classBeanCreator.BeanCreatorPropertyclassPropertyAccessorstatic classPropertyAccessor.FieldAccessorstatic classPropertyAccessor.MethodAccessorclassPropertyMutatorstatic classPropertyMutator.FieldMutatorstatic classPropertyMutator.MethodMutatorMethods in com.oracle.coherence.io.json.genson.reflect with type parameters of type BeanProperty Modifier and Type Method Description protected <T extends BeanProperty>
TBaseBeanDescriptorProvider. _mostSpecificPropertyDeclaringClass(String name, LinkedList<T> properties)protected <T extends BeanProperty>
voidBaseBeanDescriptorProvider. update(T property, Map<String,LinkedList<T>> map)Methods in com.oracle.coherence.io.json.genson.reflect with parameters of type BeanProperty Modifier and Type Method Description booleanRuntimePropertyFilter. shouldInclude(BeanProperty property, Context ctx)
-