Uses of Class
io.github.classgraph.TypeArgument.Wildcard
-
Packages that use TypeArgument.Wildcard Package Description io.github.classgraph -
-
Uses of TypeArgument.Wildcard in io.github.classgraph
Methods in io.github.classgraph that return TypeArgument.Wildcard Modifier and Type Method Description TypeArgument.WildcardTypeArgument. getWildcard()Get the type wildcard, which is one of {NONE, ANY, EXTENDS, SUPER}.static TypeArgument.WildcardTypeArgument.Wildcard. valueOf(String name)Returns 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.
-