Uses of Class
com.fasterxml.classmate.members.RawConstructor
Packages that use RawConstructor
Package
Description
Package that contains main public interface of ClassMate
package.
Package that contains
ResolvedType
implementation classes.-
Uses of RawConstructor in com.fasterxml.classmate
Fields in com.fasterxml.classmate declared as RawConstructorModifier and TypeFieldDescriptionprotected static final RawConstructor[]
ResolvedType.NO_CONSTRUCTORS
Fields in com.fasterxml.classmate with type parameters of type RawConstructorModifier and TypeFieldDescriptionprotected 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 includeMethods in com.fasterxml.classmate that return RawConstructorMethods in com.fasterxml.classmate that return types with arguments of type RawConstructorMethods in com.fasterxml.classmate with parameters of type RawConstructorModifier and TypeMethodDescriptionprotected ResolvedConstructor
ResolvedTypeWithMembers.resolveConstructor
(RawConstructor raw) Method for resolving individual constructor completelyMethod parameters in com.fasterxml.classmate with type arguments of type RawConstructorConstructor parameters in com.fasterxml.classmate with type arguments of type RawConstructorModifierConstructorDescriptionResolvedTypeWithMembers
(TypeResolver typeResolver, AnnotationConfiguration annotationConfig, HierarchicType mainType, HierarchicType[] types, Filter<RawConstructor> constructorFilter, Filter<RawField> fieldFilter, Filter<RawMethod> methodFilter) -
Uses of RawConstructor in com.fasterxml.classmate.types
Fields in com.fasterxml.classmate.types declared as RawConstructorModifier and TypeFieldDescriptionprotected RawConstructor[]
ResolvedObjectType._constructors
Constructors declared by the resolved Object class.Methods in com.fasterxml.classmate.types that return types with arguments of type RawConstructorModifier and TypeMethodDescriptionResolvedObjectType.getConstructors()
ResolvedRecursiveType.getConstructors()