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 RawConstructor[] |
ResolvedType.NO_CONSTRUCTORS |
Modifier and Type | Field and Description |
---|---|
protected Filter<RawConstructor> |
ResolvedTypeWithMembers._constructorFilter
Filter to use for selecting constructors to include
|
protected Filter<RawConstructor> |
MemberResolver._constructorFilter
Filter used for determining whether given
constructor
is to be included in aggregation of all
constructors.
|
Modifier and Type | Method and Description |
---|---|
protected RawConstructor[] |
ResolvedType._getConstructors() |
Modifier and Type | Method and Description |
---|---|
List<RawConstructor> |
ResolvedType.getConstructors() |
Modifier and Type | Method and Description |
---|---|
protected ResolvedConstructor |
ResolvedTypeWithMembers.resolveConstructor(RawConstructor raw)
Method for resolving individual constructor completely
|
Modifier and Type | Method and Description |
---|---|
MemberResolver |
MemberResolver.setConstructorFilter(Filter<RawConstructor> 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 RawConstructor[] |
ResolvedObjectType._constructors
Constructors declared by the resolved Object class.
|
Modifier and Type | Method and Description |
---|---|
List<RawConstructor> |
ResolvedObjectType.getConstructors() |
List<RawConstructor> |
ResolvedRecursiveType.getConstructors() |
Copyright © 2012 fasterxml.com. All Rights Reserved.