Uses of Class
com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer

Packages that use StdDelegatingDeserializer
com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. 
 

Uses of StdDelegatingDeserializer in com.fasterxml.jackson.databind.deser.std
 

Methods in com.fasterxml.jackson.databind.deser.std that return StdDelegatingDeserializer
protected  StdDelegatingDeserializer<T> StdDelegatingDeserializer.withDelegate(Converter<Object,T> converter, JavaType delegateType, JsonDeserializer<?> delegateDeserializer)
          Method used for creating resolved contextual instances.
 



Copyright © 2012 FasterXML. All Rights Reserved.