Uses of Interface
java.lang.classfile.attribute.SignatureAttribute
Packages that use SignatureAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of SignatureAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type SignatureAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW<SignatureAttributePREVIEW> Attributes.SIGNATUREAttribute mapper for theSignatureattribute -
Uses of SignatureAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return SignatureAttributePREVIEWModifier and TypeMethodDescriptionstatic SignatureAttributePREVIEWSignatureAttribute.of(ClassSignaturePREVIEW classSignature) Returns aSignatureattribute for a class.static SignatureAttributePREVIEWReturns aSignatureattribute.static SignatureAttributePREVIEWSignatureAttribute.of(MethodSignaturePREVIEW methodSignature) Returns aSignatureattribute for a method.static SignatureAttributePREVIEWReturns aSignatureattribute.