Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
com.fasterxml.classmate.members |
Package that contains implementations of various member types
(methods, fields, constructors)
|
com.fasterxml.classmate.types |
Package that contains
ResolvedType
implementation classes. |
Class and Description |
---|
HierarchicType
Container class used to enclose information about a single
ResolvedType
that is part of ResolvedTypeWithMembers . |
RawConstructor |
RawField |
RawMethod |
ResolvedConstructor
Class that represents a constructor that has fully resolved generic
type information and annotation information.
|
ResolvedField |
ResolvedMethod |
Class and Description |
---|
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.
|
ResolvedMember
Fully type-resolved equivalent of
RawMember . |
ResolvedParameterizedMember
Base type for resolved members that take some parameters (e.g.
|
Class and Description |
---|
RawConstructor |
RawField |
RawMethod |
Copyright © 2015 fasterxml.com. All rights reserved.