Uses of Class
com.oracle.coherence.io.json.genson.reflect.DefaultTypes
-
Packages that use DefaultTypes 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 DefaultTypes in com.oracle.coherence.io.json.genson
Constructors in com.oracle.coherence.io.json.genson with parameters of type DefaultTypes 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 DefaultTypes in com.oracle.coherence.io.json.genson.reflect
Methods in com.oracle.coherence.io.json.genson.reflect that return DefaultTypes Modifier and Type Method Description DefaultTypesDefaultTypes. setClass(ValueType type, Class<?> clazz)Set the class to use for deserialization of the specifiedValueType.
-