| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.deser.std | 
 Contains public standard implementations of abstraction that
 Jackson uses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected StdDelegatingDeserializer<T> | 
StdDelegatingDeserializer.withDelegate(Converter<Object,T> converter,
            JavaType delegateType,
            JsonDeserializer<?> delegateDeserializer)
Method used for creating resolved contextual instances. 
 | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.