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.classfile
Methods in java.lang.classfile that return types with arguments of type RecordAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<RecordAttribute> Attributes.record()
Returns the 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
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.