Uses of Interface
java.lang.classfile.attribute.SignatureAttribute
Packages that use SignatureAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing 
class file attributes for the java.lang.classfile library.- 
Uses of SignatureAttribute in java.lang.classfileMethods in java.lang.classfile that return types with arguments of type SignatureAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<SignatureAttribute> Attributes.signature()Returns the mapper for theSignatureattribute.
- 
Uses of SignatureAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type SignatureAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceMethods in java.lang.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.