| Package | Description |
|---|---|
| com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
| com.fasterxml.classmate.types |
Package that contains
ResolvedType
implementation classes. |
| Modifier and Type | Field and Description |
|---|---|
protected static RawConstructor[] |
ResolvedType.NO_CONSTRUCTORS |
| Modifier and Type | Field and Description |
|---|---|
protected Filter<RawConstructor> |
MemberResolver._constructorFilter
Filter used for determining whether given
constructor
is to be included in aggregation of all
constructors.
|
protected Filter<RawConstructor> |
ResolvedTypeWithMembers._constructorFilter
Filter to use for selecting constructors to include
|
| 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> |
ResolvedRecursiveType.getConstructors() |
List<RawConstructor> |
ResolvedObjectType.getConstructors() |
Copyright © 2025 fasterxml.com. All rights reserved.