Uses of Interface
io.smallrye.classfile.attribute.SignatureAttribute
Packages that use SignatureAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of SignatureAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type SignatureAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<SignatureAttribute> Attributes.signature()Returns the mapper for theSignatureattribute. -
Uses of SignatureAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return SignatureAttributeModifier and TypeMethodDescriptionstatic SignatureAttributeSignatureAttribute.of(ClassSignature classSignature) Returns aSignatureattribute for a class.static SignatureAttributeReturns aSignatureattribute.static SignatureAttributeSignatureAttribute.of(MethodSignature methodSignature) Returns aSignatureattribute for a method.static SignatureAttributeReturns aSignatureattribute for a field or a record component.