Uses of Enum
io.github.classgraph.TypeArgument.Wildcard
Packages that use TypeArgument.Wildcard
-
Uses of TypeArgument.Wildcard in io.github.classgraph
Fields in io.github.classgraph declared as TypeArgument.WildcardModifier and TypeFieldDescriptionprivate final TypeArgument.Wildcard
TypeArgument.wildcard
A wildcard type.Methods 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.Wildcard
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.WildcardModifierConstructorDescriptionprivate
TypeArgument
(TypeArgument.Wildcard wildcard, ReferenceTypeSignature typeSignature) Constructor.