Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
com.fasterxml.classmate.types |
Package that contains
com.fastexml.classmate.ResolvedType
implementation classes. |
Modifier and Type | Field and Description |
---|---|
protected static RawMethod[] |
ResolvedType.NO_METHODS |
Modifier and Type | Field and Description |
---|---|
protected Filter<RawMethod> |
ResolvedTypeWithMembers._methodFilter
Filter to use for selecting methods to include
|
protected Filter<RawMethod> |
MemberResolver._methodFilter
Filter used for determining whether given
method (static or member)
is to be included in aggregation of all
methods.
|
Modifier and Type | Method and Description |
---|---|
protected RawMethod[] |
ResolvedType._getMethods(boolean statics) |
Modifier and Type | Method and Description |
---|---|
List<RawMethod> |
ResolvedType.getMemberMethods() |
List<RawMethod> |
ResolvedType.getStaticMethods() |
Modifier and Type | Method and Description |
---|---|
protected ResolvedMethod |
ResolvedTypeWithMembers.resolveMethod(RawMethod raw)
Method for resolving individual method completely
|
Modifier and Type | Method and Description |
---|---|
MemberResolver |
MemberResolver.setMethodFilter(Filter<RawMethod> f) |
Constructor and Description |
---|
ResolvedTypeWithMembers(TypeResolver typeResolver,
AnnotationConfiguration annotationConfig,
HierarchicType mainType,
HierarchicType[] types,
Filter<RawConstructor> constructorFilter,
Filter<RawField> fieldFilter,
Filter<RawMethod> methodFilter) |
Modifier and Type | Field and Description |
---|---|
protected RawMethod[] |
ResolvedInterfaceType._memberMethods
Interface methods are all public and abstract.
|
protected RawMethod[] |
ResolvedObjectType._memberMethods |
protected RawMethod[] |
ResolvedObjectType._staticMethods |
Modifier and Type | Method and Description |
---|---|
List<RawMethod> |
ResolvedInterfaceType.getMemberMethods() |
List<RawMethod> |
ResolvedObjectType.getMemberMethods() |
List<RawMethod> |
ResolvedRecursiveType.getMemberMethods() |
List<RawMethod> |
ResolvedObjectType.getStaticMethods() |
List<RawMethod> |
ResolvedRecursiveType.getStaticMethods() |
Copyright © 2012 fasterxml.com. All Rights Reserved.