Package com.fasterxml.jackson.core.type

Contains classes needed for type introspection, mostly used by data binding functionality.

See:
          Description

Class Summary
ResolvedType Type abstraction that represents Java type that has been resolved (i.e.
TypeReference<T> 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.
 

Package com.fasterxml.jackson.core.type Description

Contains classes needed for type introspection, mostly used by data binding functionality. Most of this functionality is needed to properly handled generic types, and to simplify and unify processing of things Jackson needs to determine how contained types (of Collection and Map classes) are to be handled.



Copyright © 2012 FasterXML. All Rights Reserved.