Uses of Enum
io.github.classgraph.TypeArgument.Wildcard
Packages that use TypeArgument.Wildcard
-
Uses of TypeArgument.Wildcard in io.github.classgraph
Subclasses with type arguments of type TypeArgument.Wildcard in io.github.classgraphFields in io.github.classgraph declared as TypeArgument.WildcardModifier and TypeFieldDescriptionprivate final TypeArgument.WildcardTypeArgument.wildcardA 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.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.Constructors in io.github.classgraph with parameters of type TypeArgument.WildcardModifierConstructorDescriptionprivateTypeArgument(TypeArgument.Wildcard wildcard, ReferenceTypeSignature typeSignature) Constructor.