Uses of Class
io.github.lukehutch.fastclasspathscanner.typesignature.TypeParameter
-
Packages that use TypeParameter Package Description io.github.lukehutch.fastclasspathscanner.scanner io.github.lukehutch.fastclasspathscanner.typesignature -
-
Uses of TypeParameter in io.github.lukehutch.fastclasspathscanner.scanner
Methods in io.github.lukehutch.fastclasspathscanner.scanner that return TypeParameter Modifier and Type Method Description TypeParameter[]MethodInfo. getTypeParameters()Returns the type parameters of the method. -
Uses of TypeParameter in io.github.lukehutch.fastclasspathscanner.typesignature
Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return TypeParameter Modifier and Type Method Description TypeParameterTypeVariableSignature. getCorrespondingTypeParameter()Look up a type variable (e.g.Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return types with arguments of type TypeParameter Modifier and Type Method Description List<TypeParameter>ClassTypeSignature. getTypeParameters()Get the type parameters for the class.List<TypeParameter>MethodTypeSignature. getTypeParameters()Get the type parameters for the method.Constructor parameters in io.github.lukehutch.fastclasspathscanner.typesignature with type arguments of type TypeParameter Constructor Description ClassTypeSignature(List<TypeParameter> typeParameters, ClassRefTypeSignature superclassSignature, List<ClassRefTypeSignature> superinterfaceSignatures)MethodTypeSignature(List<TypeParameter> typeParameters, List<TypeSignature> paramTypes, TypeSignature resultType, List<ClassRefOrTypeVariableSignature> throwsSignatures)
-