Uses of Interface
java.lang.classfile.attribute.RecordAttribute
Packages that use RecordAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RecordAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RecordAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<RecordAttribute> Attributes.record()
Returns Attribute mapper for theRecord
attribute. -
Uses of RecordAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RecordAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRecord
attribute (JVMS 4.7.30), which can appear on classes to indicate that this class is a record class.Methods in java.lang.classfile.attribute that return RecordAttributeModifier and TypeMethodDescriptionstatic RecordAttribute
RecordAttribute.of
(RecordComponentInfo... components) Returns aRecord
attribute.static RecordAttribute
RecordAttribute.of
(List<RecordComponentInfo> components) Returns aRecord
attribute.