Package com.fasterxml.classmate.members

Package that contains implementations of various member types (methods, fields, constructors)

See:
          Description

Class Summary
HierarchicType Container class used to enclose information about a single ResolvedType that is part of ResolvedTypeWithMembers.
RawConstructor  
RawField  
RawMember Base class for all "raw" member (field, method, constructor) types; raw means that actual types are not yet resolved, but relationship to declaring type is retained for eventual resolution.
RawMethod  
ResolvedConstructor Class that represents a constructor that has fully resolved generic type information and annotation information.
ResolvedField  
ResolvedMember Fully type-resolved equivalent of RawMember.
ResolvedMethod  
 

Package com.fasterxml.classmate.members Description

Package that contains implementations of various member types (methods, fields, constructors)



Copyright © 2011 fasterxml.com. All Rights Reserved.