Uses of Interface
java.lang.classfile.attribute.SignatureAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of SignatureAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<SignatureAttributePREVIEW> Attributes.SIGNATURE
Attribute mapper for theSignature
attribute -
Uses of SignatureAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theSignature
attribute 4.7.9, which can appear on classes, methods, or fields.Modifier and TypeMethodDescriptionstatic SignatureAttributePREVIEW
SignatureAttribute.of
(ClassSignaturePREVIEW classSignature) Returns aSignature
attribute for a class.static SignatureAttributePREVIEW
Returns aSignature
attribute.static SignatureAttributePREVIEW
SignatureAttribute.of
(MethodSignaturePREVIEW methodSignature) Returns aSignature
attribute for a method.static SignatureAttributePREVIEW
Returns aSignature
attribute.