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
Fields in io.github.classgraph declared as TypeArgument.Wildcard Modifier and Type Field Description private TypeArgument.Wildcard
TypeArgument. wildcard
A wildcard type.Methods in io.github.classgraph that return TypeArgument.Wildcard Modifier and Type Method Description TypeArgument.Wildcard
TypeArgument. getWildcard()
Get the type wildcard, which is one of {NONE, ANY, EXTENDS, SUPER}.static TypeArgument.Wildcard
TypeArgument.Wildcard. valueOf(java.lang.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.Constructors in io.github.classgraph with parameters of type TypeArgument.Wildcard Constructor Description TypeArgument(TypeArgument.Wildcard wildcard, ReferenceTypeSignature typeSignature)
Constructor.
-