Uses of Class
com.fasterxml.classmate.members.RawConstructor
-
Packages that use RawConstructor Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package.com.fasterxml.classmate.types Package that containsResolvedType
implementation classes. -
-
Uses of RawConstructor in com.fasterxml.classmate
Fields in com.fasterxml.classmate declared as RawConstructor Modifier and Type Field Description protected static RawConstructor[]
ResolvedType. NO_CONSTRUCTORS
Fields in com.fasterxml.classmate with type parameters of type RawConstructor Modifier and Type Field 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 includeMethods in com.fasterxml.classmate that return RawConstructor Modifier and Type Method Description protected RawConstructor[]
ResolvedType. _getConstructors()
Methods in com.fasterxml.classmate that return types with arguments of type RawConstructor Modifier and Type Method Description java.util.List<RawConstructor>
ResolvedType. getConstructors()
Methods in com.fasterxml.classmate with parameters of type RawConstructor Modifier and Type Method Description protected ResolvedConstructor
ResolvedTypeWithMembers. resolveConstructor(RawConstructor raw)
Method for resolving individual constructor completelyMethod parameters in com.fasterxml.classmate with type arguments of type RawConstructor Modifier and Type Method Description MemberResolver
MemberResolver. setConstructorFilter(Filter<RawConstructor> f)
Constructor parameters in com.fasterxml.classmate with type arguments of type RawConstructor Constructor Description ResolvedTypeWithMembers(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 RawConstructor Modifier and Type Field Description protected RawConstructor[]
ResolvedObjectType. _constructors
Constructors declared by the resolved Object class.Methods in com.fasterxml.classmate.types that return types with arguments of type RawConstructor Modifier and Type Method Description java.util.List<RawConstructor>
ResolvedObjectType. getConstructors()
java.util.List<RawConstructor>
ResolvedRecursiveType. getConstructors()
-