Module tools.jackson.databind
Package tools.jackson.databind.ext
Class DOMDeserializer.DocumentDeserializer
java.lang.Object
tools.jackson.databind.ValueDeserializer<T>
tools.jackson.databind.deser.std.StdDeserializer<T>
tools.jackson.databind.deser.std.StdScalarDeserializer<T>
tools.jackson.databind.deser.std.FromStringDeserializer<T>
tools.jackson.databind.ext.DOMDeserializer<Document>
tools.jackson.databind.ext.DOMDeserializer.DocumentDeserializer
- All Implemented Interfaces:
NullValueProvider
,ValueInstantiator.Gettable
- Enclosing class:
- DOMDeserializer<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ext.DOMDeserializer
DOMDeserializer.DocumentDeserializer, DOMDeserializer.NodeDeserializer
Nested classes/interfaces inherited from class tools.jackson.databind.ValueDeserializer
ValueDeserializer.None
-
Field Summary
Fields inherited from class tools.jackson.databind.deser.std.StdDeserializer
_valueClass, _valueType, F_MASK_INT_COERCIONS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_deserialize
(String value, DeserializationContext ctxt) Main method from trying to deserialize actual value from non-empty String.Methods inherited from class tools.jackson.databind.ext.DOMDeserializer
documentBuilder, parse
Methods inherited from class tools.jackson.databind.deser.std.FromStringDeserializer
_deserializeEmbedded, _deserializeFromEmptyString, _deserializeFromEmptyStringDefault, _deserializeFromOther, _shouldTrim, deserialize, logicalType
Methods inherited from class tools.jackson.databind.deser.std.StdScalarDeserializer
deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
Methods inherited from class tools.jackson.databind.deser.std.StdDeserializer
_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceIntegral, _deserializeFromArray, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _wrapIOFailure, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
Methods inherited from class tools.jackson.databind.ValueDeserializer
createContextual, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, resolve, unwrappingDeserializer
-
Constructor Details
-
DocumentDeserializer
public DocumentDeserializer()
-
-
Method Details
-
_deserialize
public Document _deserialize(String value, DeserializationContext ctxt) throws IllegalArgumentException Description copied from class:FromStringDeserializer
Main method from trying to deserialize actual value from non-empty String.- Specified by:
_deserialize
in classDOMDeserializer<Document>
- Throws:
IllegalArgumentException
-