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.
|
Constructor and Description |
---|
StdDelegatingDeserializer(StdDelegatingDeserializer<T> src) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.