public static final class JSONDeserializationConfig.JDC extends JSONDeserializationConfig
JSONDeserializationConfig.JDC| Constructor and Description |
|---|
JDC() |
| Modifier and Type | Method and Description |
|---|---|
static JSONDeserializationConfig |
create() |
static JSONDeserializationConfig |
of(boolean ignoreUnmatchedProperty,
Map<Class<?>,Collection<String>> ignoredPropNames)
Deprecated.
|
static JSONDeserializationConfig |
of(Class<?> elementClass)
Deprecated.
|
static JSONDeserializationConfig |
of(Class<?> elementClass,
boolean ignoreUnmatchedProperty,
Map<Class<?>,Collection<String>> ignoredPropNames)
Deprecated.
|
static JSONDeserializationConfig |
of(Class<?> keyClass,
Class<?> valueClass)
Deprecated.
|
static JSONDeserializationConfig |
of(Class<?> keyClass,
Class<?> valueClass,
boolean ignoreUnmatchedProperty,
Map<Class<?>,Collection<String>> ignoredPropNames)
Deprecated.
|
static JSONDeserializationConfig |
of(Class<?> elementClass,
Class<?> keyClass,
Class<?> valueClass,
boolean ignoreUnmatchedProperty,
Map<Class<?>,Collection<String>> ignoredPropNames)
Deprecated.
|
equals, hashCode, isIgnoreNullOrEmpty, isNullToEmpty, setIgnoreNullOrEmpty, setNullToEmpty, toStringgetElementType, getMapKeyType, getMapValueType, getPropType, getPropTypes, hasPropType, isIgnoreUnmatchedProperty, setElementType, setElementType, setElementType, setIgnoreUnmatchedProperty, setMapKeyType, setMapKeyType, setMapKeyType, setMapValueType, setMapValueType, setMapValueType, setPropType, setPropType, setPropType, setPropTypescopy, getIgnoredPropNames, getIgnoredPropNames, setIgnoredPropNames, setIgnoredPropNames, setIgnoredPropNamespublic static JSONDeserializationConfig create()
@Deprecated public static JSONDeserializationConfig of(Class<?> elementClass)
elementClass - @Deprecated public static JSONDeserializationConfig of(Class<?> keyClass, Class<?> valueClass)
keyClass - valueClass - @Deprecated public static JSONDeserializationConfig of(boolean ignoreUnmatchedProperty, Map<Class<?>,Collection<String>> ignoredPropNames)
ignoreUnmatchedProperty - ignoredPropNames - @Deprecated public static JSONDeserializationConfig of(Class<?> elementClass, boolean ignoreUnmatchedProperty, Map<Class<?>,Collection<String>> ignoredPropNames)
elementClass - ignoreUnmatchedProperty - ignoredPropNames - @Deprecated public static JSONDeserializationConfig of(Class<?> keyClass, Class<?> valueClass, boolean ignoreUnmatchedProperty, Map<Class<?>,Collection<String>> ignoredPropNames)
keyClass - valueClass - ignoreUnmatchedProperty - ignoredPropNames - @Deprecated public static JSONDeserializationConfig of(Class<?> elementClass, Class<?> keyClass, Class<?> valueClass, boolean ignoreUnmatchedProperty, Map<Class<?>,Collection<String>> ignoredPropNames)
elementClass - keyClass - valueClass - ignoreUnmatchedProperty - ignoredPropNames - Copyright © 2021. All rights reserved.