Uses of Class
io.github.classgraph.TypeArgument
Packages that use TypeArgument
-
Uses of TypeArgument in io.github.classgraph
Fields in io.github.classgraph with type parameters of type TypeArgumentModifier and TypeFieldDescriptionprivate final List<List<TypeArgument>> ClassRefTypeSignature.suffixTypeArgumentsThe suffix type arguments.private final List<TypeArgument> ClassRefTypeSignature.typeArgumentsThe class type arguments.Methods in io.github.classgraph that return TypeArgumentMethods in io.github.classgraph that return types with arguments of type TypeArgumentModifier and TypeMethodDescriptionClassRefTypeSignature.getSuffixTypeArguments()Get a list of type arguments for all nested suffixes of the class, one list per suffix.ClassRefTypeSignature.getTypeArguments()Get any type arguments of the base class.(package private) static List<TypeArgument> Parse a list of type arguments.Constructor parameters in io.github.classgraph with type arguments of type TypeArgumentModifierConstructorDescriptionprivateClassRefTypeSignature(String className, List<TypeArgument> typeArguments, List<String> suffixes, List<List<TypeArgument>> suffixTypeArguments) Constructor.