Uses of Interface
com.oracle.coherence.io.json.genson.reflect.RuntimePropertyFilter
-
Packages that use RuntimePropertyFilter 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.reflect This package contains the core api providing databinding support for complex objects. -
-
Uses of RuntimePropertyFilter in com.oracle.coherence.io.json.genson
Methods in com.oracle.coherence.io.json.genson that return RuntimePropertyFilter Modifier and Type Method Description RuntimePropertyFilterGenson. runtimePropertyFilter()Methods in com.oracle.coherence.io.json.genson with parameters of type RuntimePropertyFilter Modifier and Type Method Description GensonBuilderGensonBuilder. useRuntimePropertyFilter(RuntimePropertyFilter filter)Constructors in com.oracle.coherence.io.json.genson with parameters of type RuntimePropertyFilter Constructor Description Genson(Factory<Converter<?>> converterFactory, BeanDescriptorProvider beanDescProvider, boolean skipNull, boolean htmlSafe, Map<String,Class<?>> classAliases, Map<String,String> packageAliases, boolean withClassMetadata, boolean strictDoubleParse, boolean indent, boolean withMetadata, boolean failOnMissingProperty, Map<Class<?>,Object> defaultValues, DefaultTypes defaultTypes, RuntimePropertyFilter runtimePropertyFilter, UnknownPropertyHandler unknownPropertyHandler, ClassLoader classLoader)Instead of using this constructor you should useGensonBuilder. -
Uses of RuntimePropertyFilter in com.oracle.coherence.io.json.genson.reflect
Fields in com.oracle.coherence.io.json.genson.reflect declared as RuntimePropertyFilter Modifier and Type Field Description static RuntimePropertyFilterRuntimePropertyFilter. noFilter
-