public class JSONDeserializationConfig extends DeserializationConfig<JSONDeserializationConfig>
isIgnoreUnknownProperty
Modifier and Type | Class and Description |
---|---|
static class |
JSONDeserializationConfig.JDC |
Constructor and Description |
---|
JSONDeserializationConfig() |
Modifier and Type | Method and Description |
---|---|
JSONDeserializationConfig |
copy() |
equals, getElementType, getMapKeyType, getMapValueType, getPropType, getPropTypes, hashCode, hasPropType, isIgnoreUnknownProperty, setElementType, setElementType, setElementType, setIgnoreUnknownProperty, setMapKeyType, setMapKeyType, setMapKeyType, setMapValueType, setMapValueType, setMapValueType, setPropType, setPropType, setPropType, setPropTypes, toString
getIgnoredPropNames, getIgnoredPropNames, setIgnoredPropNames, setIgnoredPropNames, setIgnoredPropNames
public JSONDeserializationConfig copy()
copy
in class ParserConfig<JSONDeserializationConfig>