Uses of Class
io.github.classgraph.TypeArgument
-
Packages that use TypeArgument Package Description io.github.classgraph -
-
Uses of TypeArgument in io.github.classgraph
Methods in io.github.classgraph 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.
-