public class XmlDeserializationContext
extends com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
DeserializationContext
needed to override certain
handlers.Constructor and Description |
---|
XmlDeserializationContext(com.fasterxml.jackson.databind.deser.DeserializerFactory df)
Default constructor for a blueprint object, which will use the standard
DeserializerCache , given factory. |
Modifier and Type | Method and Description |
---|---|
XmlDeserializationContext |
copy() |
com.fasterxml.jackson.databind.deser.DefaultDeserializationContext |
createDummyInstance(com.fasterxml.jackson.databind.DeserializationConfig config) |
com.fasterxml.jackson.databind.deser.DefaultDeserializationContext |
createInstance(com.fasterxml.jackson.databind.DeserializationConfig config,
com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.InjectableValues values) |
String |
extractScalarFromObject(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
Class<?> scalarType) |
Object |
readRootValue(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.JavaType valueType,
com.fasterxml.jackson.databind.JsonDeserializer<Object> deser,
Object valueToUpdate) |
com.fasterxml.jackson.databind.deser.DefaultDeserializationContext |
with(com.fasterxml.jackson.databind.deser.DeserializerFactory factory) |
_unwrapAndDeserialize, checkUnresolvedObjectId, createReadableObjectId, deserializerInstance, findObjectId, keyDeserializerInstance, tryToResolveUnresolvedObjectId
_getDateFormat, _isCompatible, _shapeForToken, bufferAsCopyOfValue, bufferForInputBuffering, bufferForInputBuffering, canOverrideAccessModifiers, constructCalendar, constructSpecializedType, constructType, endOfInputException, findClass, findCoercionAction, findCoercionFromBlankString, findContextualValueDeserializer, findInjectableValue, findKeyDeserializer, findNonContextualValueDeserializer, findRootValueDeserializer, getActiveView, getAnnotationIntrospector, getArrayBuilders, getAttribute, getBase64Variant, getConfig, getContextualType, getDateFormat, getDefaultPropertyFormat, getDeserializationFeatures, getFactory, getLocale, getNodeFactory, getParser, getTimeZone, getTypeFactory, handleBadMerge, handleInstantiationProblem, handleMissingInstantiator, handleMissingTypeId, handlePrimaryContextualization, handleSecondaryContextualization, handleUnexpectedToken, handleUnexpectedToken, handleUnexpectedToken, handleUnexpectedToken, handleUnknownProperty, handleUnknownTypeId, handleWeirdKey, handleWeirdNativeValue, handleWeirdNumberValue, handleWeirdStringValue, hasDeserializationFeatures, hasSomeOfFeatures, hasValueDeserializerFor, instantiationException, instantiationException, invalidTypeIdException, isEnabled, isEnabled, isEnabled, isEnabled, leaseObjectBuffer, mappingException, mappingException, mappingException, mappingException, missingTypeIdException, parseDate, readPropertyValue, readPropertyValue, readTree, readTreeAsValue, readTreeAsValue, readValue, readValue, reportBadCoercion, reportBadDefinition, reportBadMerge, reportBadPropertyDefinition, reportBadTypeDefinition, reportInputMismatch, reportInputMismatch, reportInputMismatch, reportInputMismatch, reportMappingException, reportMissingContent, reportPropertyInputMismatch, reportPropertyInputMismatch, reportTrailingTokens, reportUnknownProperty, reportUnresolvedObjectId, reportWrongTokenException, reportWrongTokenException, reportWrongTokenException, reportWrongTokenException, returnObjectBuffer, setAttribute, unknownTypeException, weirdKeyException, weirdNativeValueException, weirdNumberException, weirdStringException, wrongTokenException, wrongTokenException, wrongTokenException
_colonConcat, _desc, _format, _quotedString, _throwNotASubtype, _throwSubtypeClassNotAllowed, _throwSubtypeNameNotAllowed, _truncate, constructType, converterInstance, objectIdGeneratorInstance, objectIdResolverInstance, reportBadDefinition, resolveAndValidateSubType, resolveSubType
public XmlDeserializationContext(com.fasterxml.jackson.databind.deser.DeserializerFactory df)
DeserializerCache
, given factory.public XmlDeserializationContext copy()
copy
in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
public com.fasterxml.jackson.databind.deser.DefaultDeserializationContext createInstance(com.fasterxml.jackson.databind.DeserializationConfig config, com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.InjectableValues values)
createInstance
in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
public com.fasterxml.jackson.databind.deser.DefaultDeserializationContext createDummyInstance(com.fasterxml.jackson.databind.DeserializationConfig config)
createDummyInstance
in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
public com.fasterxml.jackson.databind.deser.DefaultDeserializationContext with(com.fasterxml.jackson.databind.deser.DeserializerFactory factory)
with
in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
public Object readRootValue(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.JavaType valueType, com.fasterxml.jackson.databind.JsonDeserializer<Object> deser, Object valueToUpdate) throws IOException
readRootValue
in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
IOException
public String extractScalarFromObject(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.JsonDeserializer<?> deser, Class<?> scalarType) throws IOException
extractScalarFromObject
in class com.fasterxml.jackson.databind.DeserializationContext
IOException
Copyright © 2022 FasterXML. All rights reserved.