Uses of Enum Class
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.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 class with the specified name.static TypeArgument.Wildcard[]TypeArgument.Wildcard.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.classgraph with parameters of type TypeArgument.WildcardModifierConstructorDescriptionprivateTypeArgument(TypeArgument.Wildcard wildcard, ReferenceTypeSignature typeSignature) Constructor.