Uses of Class
com.fasterxml.jackson.databind.deser.DeserializerCache

Packages that use DeserializerCache
com.fasterxml.jackson.databind Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via ObjectMapper class, as well as convenience methods included in JsonParser 
com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding. 
 

Uses of DeserializerCache in com.fasterxml.jackson.databind
 

Fields in com.fasterxml.jackson.databind declared as DeserializerCache
protected  DeserializerCache DeserializationContext._cache
          Object that handle details of JsonDeserializer caching.
 

Constructors in com.fasterxml.jackson.databind with parameters of type DeserializerCache
DeserializationContext(DeserializerFactory df, DeserializerCache cache)
           
 

Uses of DeserializerCache in com.fasterxml.jackson.databind.deser
 

Constructors in com.fasterxml.jackson.databind.deser with parameters of type DeserializerCache
DefaultDeserializationContext(DeserializerFactory df, DeserializerCache cache)
          Constructor that will pass specified deserializer factory and cache: cache may be null (in which case default implementation will be used), factory can not be null
 



Copyright © 2012 fasterxml.com. All Rights Reserved.