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
Methods in java.lang.classfilePREVIEW that return types with arguments of type SignatureAttributePREVIEWModifier and TypeMethodDescriptionAttributes.signature()Returns Attribute mapper for theSignatureattribute. -
Uses of SignatureAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type SignatureAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theSignatureattribute (JVMS 4.7.9), which can appear on classes, methods, or fields.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.