Class DomElementJsonDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<T>
-
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.w3c.dom.Element>
-
- com.fasterxml.jackson.module.jaxb.deser.DomElementJsonDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
,java.io.Serializable
@Deprecated public class DomElementJsonDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.w3c.dom.Element>
Deprecated.Since 2.10 not used- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private javax.xml.parsers.DocumentBuilder
builder
Deprecated.private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description DomElementJsonDeserializer()
Deprecated.DomElementJsonDeserializer(javax.xml.parsers.DocumentBuilder b)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.w3c.dom.Element
deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deprecated.protected org.w3c.dom.Element
fromNode(com.fasterxml.jackson.core.JsonParser p, org.w3c.dom.Document document, com.fasterxml.jackson.databind.JsonNode jsonNode)
Deprecated.-
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_byteOverflow, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeWrappedValue, _failDoubleToIntCoercion, _findNullProvider, _hasTextualNull, _intOverflow, _isEmptyOrTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _neitherNull, _nonNullNumber, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseIntPrimitive, _parseIntPrimitive, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
builder
private final javax.xml.parsers.DocumentBuilder builder
Deprecated.
-
-
Method Detail
-
deserialize
public org.w3c.dom.Element deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws java.io.IOException
Deprecated.- Specified by:
deserialize
in classcom.fasterxml.jackson.databind.JsonDeserializer<org.w3c.dom.Element>
- Throws:
java.io.IOException
-
fromNode
protected org.w3c.dom.Element fromNode(com.fasterxml.jackson.core.JsonParser p, org.w3c.dom.Document document, com.fasterxml.jackson.databind.JsonNode jsonNode) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-