Uses of Enum Class
io.smallrye.classfile.Signature.TypeArg.Bounded.WildcardIndicator
Packages that use Signature.TypeArg.Bounded.WildcardIndicator
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.TypeArg.Bounded.WildcardIndicator in io.smallrye.classfile
Methods in io.smallrye.classfile that return Signature.TypeArg.Bounded.WildcardIndicatorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Signature.TypeArg.Bounded.WildcardIndicator.values()Returns an array containing the constants of this enum class, in the order they are declared.Signature.TypeArg.Bounded.wildcardIndicator()Returns the kind of wildcard.Methods in io.smallrye.classfile with parameters of type Signature.TypeArg.Bounded.WildcardIndicatorModifier and TypeMethodDescriptionstatic Signature.TypeArg.BoundedSignature.TypeArg.bounded(Signature.TypeArg.Bounded.WildcardIndicator wildcard, Signature.RefTypeSig boundType) Returns a bounded type argument.