Uses of Enum
io.github.classgraph.TypeArgument.Wildcard
-
Uses of TypeArgument.Wildcard in io.github.classgraph
Subclasses with type arguments of type TypeArgument.Wildcard in io.github.classgraphMethods in io.github.classgraph that return TypeArgument.WildcardModifier and TypeMethodDescriptionTypeArgument.getWildcard()Get the type wildcard, which is one of {NONE, ANY, EXTENDS, SUPER}.static TypeArgument.WildcardReturns the enum constant of this type with the specified name.static TypeArgument.Wildcard[]TypeArgument.Wildcard.values()Returns an array containing the constants of this enum type, in the order they are declared.