- All Superinterfaces:
Signature.TypeArg
- Enclosing interface:
Signature.TypeArg
Models a type argument with an explicit bound type.
- Since:
- 24
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumModels a type argument's wildcard indicator.Nested classes/interfaces inherited from interface io.smallrye.classfile.Signature.TypeArg
Signature.TypeArg.Bounded, Signature.TypeArg.Unbounded -
Method Summary
Modifier and TypeMethodDescriptionReturns the signature of the type bound.Returns the kind of wildcard.
-
Method Details
-
wildcardIndicator
Signature.TypeArg.Bounded.WildcardIndicator wildcardIndicator()Returns the kind of wildcard.- Returns:
- the kind of wildcard
-
boundType
Signature.RefTypeSig boundType()Returns the signature of the type bound.- Returns:
- the signature of the type bound
-