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 TypeParameterTypeVariableSignature.typeParameterCachedThe resolved type parameter, if any.Fields in io.github.classgraph with type parameters of type TypeParameterModifier and TypeFieldDescription(package private) final List<TypeParameter> ClassTypeSignature.typeParametersThe class type parameters.(package private) final List<TypeParameter> MethodTypeSignature.typeParametersThe 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 intoTypeParameterobjects.Constructor parameters in io.github.classgraph with type arguments of type TypeParameterModifierConstructorDescriptionprivateClassTypeSignature(ClassInfo classInfo, List<TypeParameter> typeParameters, ClassRefTypeSignature superclassSignature, List<ClassRefTypeSignature> superinterfaceSignatures, List<ClassRefOrTypeVariableSignature> throwsSignatures) Constructor.privateMethodTypeSignature(List<TypeParameter> typeParameters, List<TypeSignature> paramTypes, TypeSignature resultType, List<ClassRefOrTypeVariableSignature> throwsSignatures) Constructor.