Uses of Class
io.github.lukehutch.fastclasspathscanner.typesignature.TypeArgument
-
Packages that use TypeArgument Package Description io.github.lukehutch.fastclasspathscanner.typesignature -
-
Uses of TypeArgument in io.github.lukehutch.fastclasspathscanner.typesignature
Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return types with arguments of type TypeArgument Modifier and Type Method Description List<List<TypeArgument>>ClassRefTypeSignature. getSuffixTypeArguments()Get any type arguments for any suffixes of the class, one list per suffix.List<TypeArgument>ClassRefTypeSignature. getTypeArguments()Get any type arguments of the base class.Constructor parameters in io.github.lukehutch.fastclasspathscanner.typesignature with type arguments of type TypeArgument Constructor Description ClassRefTypeSignature(String className, List<TypeArgument> typeArguments, List<String> suffixes, List<List<TypeArgument>> suffixTypeArguments)
-