public static final class DefaultDeserializationContext.Impl extends DefaultDeserializationContext
DefaultDeserializationContext.Impl_objectIds_arrayBuilders, _attributes, _cache, _config, _currentType, _dateFormat, _factory, _featureFlags, _injectableValues, _objectBuffer, _parser, _view| Modifier | Constructor and Description | 
|---|---|
| protected  | DefaultDeserializationContext.Impl(DefaultDeserializationContext.Impl src) | 
| protected  | DefaultDeserializationContext.Impl(DefaultDeserializationContext.Impl src,
                                  DeserializationConfig config,
                                  com.fasterxml.jackson.core.JsonParser jp,
                                  InjectableValues values) | 
| protected  | DefaultDeserializationContext.Impl(DefaultDeserializationContext.Impl src,
                                  DeserializerFactory factory) | 
|   | DefaultDeserializationContext.Impl(DeserializerFactory df)Default constructor for a blueprint object, which will use the standard
  DeserializerCache, given factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultDeserializationContext | copy()Method needed to ensure that  ObjectMapper.copy()will work
 properly; specifically, that caches are cleared, but settings
 will otherwise remain identical; and that no sharing of state
 occurs. | 
| DefaultDeserializationContext | createInstance(DeserializationConfig config,
              com.fasterxml.jackson.core.JsonParser jp,
              InjectableValues values)Method called to create actual usable per-deserialization
 context instance. | 
| DefaultDeserializationContext | with(DeserializerFactory factory)Fluent factory method used for constructing a blueprint instance
 with different factory | 
checkUnresolvedObjectId, deserializerInstance, findObjectId, findObjectId, keyDeserializerInstance_calcName, _desc, _valueDesc, constructCalendar, constructType, determineClassName, endOfInputException, findClass, findContextualValueDeserializer, findInjectableValue, findKeyDeserializer, findNonContextualValueDeserializer, findRootValueDeserializer, getActiveView, getAnnotationIntrospector, getArrayBuilders, getAttribute, getBase64Variant, getConfig, getContextualType, getDateFormat, getFactory, getLocale, getNodeFactory, getParser, getTimeZone, getTypeFactory, handlePrimaryContextualization, handlePrimaryContextualization, handleSecondaryContextualization, handleSecondaryContextualization, handleUnknownProperty, hasDeserializationFeatures, hasValueDeserializerFor, hasValueDeserializerFor, instantiationException, instantiationException, isEnabled, leaseObjectBuffer, mappingException, mappingException, mappingException, parseDate, readPropertyValue, readPropertyValue, readValue, readValue, reportUnknownProperty, returnObjectBuffer, setAttribute, unknownTypeException, unknownTypeException, weirdKeyException, weirdNumberException, weirdNumberException, weirdStringException, weirdStringException, wrongTokenExceptioncanOverrideAccessModifiers, constructSpecializedType, constructType, converterInstance, isEnabled, objectIdGeneratorInstance, objectIdResolverInstancepublic DefaultDeserializationContext.Impl(DeserializerFactory df)
DeserializerCache, given factory.protected DefaultDeserializationContext.Impl(DefaultDeserializationContext.Impl src, DeserializationConfig config, com.fasterxml.jackson.core.JsonParser jp, InjectableValues values)
protected DefaultDeserializationContext.Impl(DefaultDeserializationContext.Impl src)
protected DefaultDeserializationContext.Impl(DefaultDeserializationContext.Impl src, DeserializerFactory factory)
public DefaultDeserializationContext copy()
DefaultDeserializationContextObjectMapper.copy() will work
 properly; specifically, that caches are cleared, but settings
 will otherwise remain identical; and that no sharing of state
 occurs.copy in class DefaultDeserializationContextpublic DefaultDeserializationContext createInstance(DeserializationConfig config, com.fasterxml.jackson.core.JsonParser jp, InjectableValues values)
DefaultDeserializationContextcreateInstance in class DefaultDeserializationContextpublic DefaultDeserializationContext with(DeserializerFactory factory)
DefaultDeserializationContextwith in class DefaultDeserializationContextCopyright © 2014-2015 FasterXML. All Rights Reserved.