Uses of Interface
java.lang.classfile.attribute.RecordAttribute
Packages that use RecordAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing 
class file attributes for the java.lang.classfile library.- 
Uses of RecordAttribute in java.lang.classfileMethods in java.lang.classfile that return types with arguments of type RecordAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<RecordAttribute> Attributes.record()Returns the mapper for theRecordattribute.
- 
Uses of RecordAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type RecordAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceMethods in java.lang.classfile.attribute that return RecordAttributeModifier and TypeMethodDescriptionstatic RecordAttributeRecordAttribute.of(RecordComponentInfo... components) Returns aRecordattribute.static RecordAttributeRecordAttribute.of(List<RecordComponentInfo> components) Returns aRecordattribute.