public static class ObjectConverter.MyDefaultDeserializationContext
extends com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
| Constructor and Description |
|---|
MyDefaultDeserializationContext(Resolver resolver,
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 |
|---|---|
com.fasterxml.jackson.databind.deser.DefaultDeserializationContext |
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) |
java.lang.Object |
handleMissingInstantiator(java.lang.Class<?> instClass,
com.fasterxml.jackson.databind.deser.ValueInstantiator valueInst,
com.fasterxml.jackson.core.JsonParser p,
java.lang.String msg,
java.lang.Object... msgArgs) |
java.lang.Object |
readRootValue(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.JavaType valueType,
com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Object> deser,
java.lang.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, extractScalarFromObject, findClass, findCoercionAction, findCoercionFromBlankString, findContextualValueDeserializer, findInjectableValue, findKeyDeserializer, findNonContextualValueDeserializer, findRootValueDeserializer, getActiveView, getAnnotationIntrospector, getArrayBuilders, getAttribute, getBase64Variant, getConfig, getContextualType, getDatatypeFeatures, getDateFormat, getDefaultPropertyFormat, getDeserializationFeatures, getFactory, getLocale, getNodeFactory, getParser, getTimeZone, getTypeFactory, handleBadMerge, handleInstantiationProblem, 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, resolveSubTypepublic MyDefaultDeserializationContext(Resolver resolver, com.fasterxml.jackson.databind.deser.DeserializerFactory df)
DeserializerCache, given factory.public com.fasterxml.jackson.databind.deser.DefaultDeserializationContext copy()
copy in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContextpublic 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.DefaultDeserializationContextpublic com.fasterxml.jackson.databind.deser.DefaultDeserializationContext createDummyInstance(com.fasterxml.jackson.databind.DeserializationConfig config)
createDummyInstance in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContextpublic com.fasterxml.jackson.databind.deser.DefaultDeserializationContext with(com.fasterxml.jackson.databind.deser.DeserializerFactory factory)
with in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContextpublic java.lang.Object readRootValue(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.JavaType valueType,
com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Object> deser,
java.lang.Object valueToUpdate)
throws java.io.IOException
readRootValue in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContextjava.io.IOExceptionpublic java.lang.Object handleMissingInstantiator(java.lang.Class<?> instClass,
com.fasterxml.jackson.databind.deser.ValueInstantiator valueInst,
com.fasterxml.jackson.core.JsonParser p,
java.lang.String msg,
java.lang.Object... msgArgs)
throws java.io.IOException
handleMissingInstantiator in class com.fasterxml.jackson.databind.DeserializationContextjava.io.IOException