public class XmlTextDeserializer
extends com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
| Modifier and Type | Field and Description | 
|---|---|
protected com.fasterxml.jackson.databind.deser.ValueInstantiator | 
_valueInstantiator  | 
protected com.fasterxml.jackson.databind.deser.SettableBeanProperty | 
_xmlTextProperty
Actual property that is indicated to be of type "XML Text" (and
 is the only element-valued property) 
 | 
protected int | 
_xmlTextPropertyIndex
Property index of the "XML text property"; needed for finding actual
 property instance after resolution and contextualization: instance
 may change, but index will remain constant. 
 | 
| Constructor and Description | 
|---|
XmlTextDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializerBase delegate,
                   int textPropIndex)  | 
XmlTextDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializerBase delegate,
                   com.fasterxml.jackson.databind.deser.SettableBeanProperty prop)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.fasterxml.jackson.databind.deser.BeanDeserializerBase | 
_verifyDeserType(com.fasterxml.jackson.databind.JsonDeserializer<?> deser)  | 
com.fasterxml.jackson.databind.JsonDeserializer<?> | 
createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
                com.fasterxml.jackson.databind.BeanProperty property)  | 
Object | 
deserialize(com.fasterxml.jackson.core.JsonParser p,
           com.fasterxml.jackson.databind.DeserializationContext ctxt)  | 
Object | 
deserialize(com.fasterxml.jackson.core.JsonParser p,
           com.fasterxml.jackson.databind.DeserializationContext ctxt,
           Object bean)  | 
Object | 
deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
                   com.fasterxml.jackson.databind.DeserializationContext ctxt,
                   com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)  | 
protected com.fasterxml.jackson.databind.JsonDeserializer<?> | 
newDelegatingInstance(com.fasterxml.jackson.databind.JsonDeserializer<?> newDelegatee0)  | 
findBackReference, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, resolve, supportsUpdate_byteOverflow, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeWrappedValue, _failDoubleToIntCoercion, _findNullProvider, _hasTextualNull, _intOverflow, _isEmptyOrTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _neitherNull, _nonNullNumber, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseIntPrimitive, _parseIntPrimitive, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoubleprotected final int _xmlTextPropertyIndex
protected final com.fasterxml.jackson.databind.deser.SettableBeanProperty _xmlTextProperty
protected final com.fasterxml.jackson.databind.deser.ValueInstantiator _valueInstantiator
public XmlTextDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializerBase delegate,
                           com.fasterxml.jackson.databind.deser.SettableBeanProperty prop)
public XmlTextDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializerBase delegate,
                           int textPropIndex)
protected com.fasterxml.jackson.databind.JsonDeserializer<?> newDelegatingInstance(com.fasterxml.jackson.databind.JsonDeserializer<?> newDelegatee0)
newDelegatingInstance in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializerpublic com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
                                                                           com.fasterxml.jackson.databind.BeanProperty property)
                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializercreateContextual in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializercom.fasterxml.jackson.databind.JsonMappingExceptionpublic Object deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializerIOExceptionpublic Object deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt, Object bean) throws IOException
deserialize in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializerIOExceptionpublic Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) throws IOException
deserializeWithType in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializerIOExceptionprotected com.fasterxml.jackson.databind.deser.BeanDeserializerBase _verifyDeserType(com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
Copyright © 2019 FasterXML. All rights reserved.