Uses of Class
io.github.classgraph.TypeParameter
Packages that use TypeParameter
-
Uses of TypeParameter in io.github.classgraph
Fields in io.github.classgraph declared as TypeParameterModifier and TypeFieldDescriptionprivate TypeParameter
TypeVariableSignature.typeParameterCached
The resolved type parameter, if any.Fields in io.github.classgraph with type parameters of type TypeParameterModifier and TypeFieldDescription(package private) final List
<TypeParameter> ClassTypeSignature.typeParameters
The class type parameters.(package private) final List
<TypeParameter> MethodTypeSignature.typeParameters
The method type parameters.Methods in io.github.classgraph that return TypeParameterMethods in io.github.classgraph that return types with arguments of type TypeParameterModifier and TypeMethodDescriptionClassTypeSignature.getTypeParameters()
Get the type parameters for the class.MethodTypeSignature.getTypeParameters()
Get the type parameters for the method, if this is a generic method.(package private) static List
<TypeParameter> Parse a list of type parameters intoTypeParameter
objects.Constructor parameters in io.github.classgraph with type arguments of type TypeParameterModifierConstructorDescriptionprivate
ClassTypeSignature
(ClassInfo classInfo, List<TypeParameter> typeParameters, ClassRefTypeSignature superclassSignature, List<ClassRefTypeSignature> superinterfaceSignatures, List<ClassRefOrTypeVariableSignature> throwsSignatures) Constructor.private
MethodTypeSignature
(List<TypeParameter> typeParameters, List<TypeSignature> paramTypes, TypeSignature resultType, List<ClassRefOrTypeVariableSignature> throwsSignatures) Constructor.