Uses of Package
com.fasterxml.jackson.core.type

Packages that use com.fasterxml.jackson.core.type
com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantly JsonFactory used for constructing JSON parser (JsonParser) and generator (JsonParser) instances. 
com.fasterxml.jackson.core.type Contains classes needed for type introspection, mostly used by data binding functionality. 
 

Classes in com.fasterxml.jackson.core.type used by com.fasterxml.jackson.core
ResolvedType
          Type abstraction that represents Java type that has been resolved (i.e.
TypeReference
          This generic abstract class is used for obtaining full generics type information by sub-classing; it must be converted to ResolvedType implementation (implemented by JavaType from "databind" bundle) to be used.
 

Classes in com.fasterxml.jackson.core.type used by com.fasterxml.jackson.core.type
ResolvedType
          Type abstraction that represents Java type that has been resolved (i.e.
TypeReference
          This generic abstract class is used for obtaining full generics type information by sub-classing; it must be converted to ResolvedType implementation (implemented by JavaType from "databind" bundle) to be used.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.