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 theRecordattribute. -
Uses of RecordAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RecordAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theRecordattribute (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 RecordAttributeRecordAttribute.of(RecordComponentInfo... components) Returns aRecordattribute.static RecordAttributeRecordAttribute.of(List<RecordComponentInfo> components) Returns aRecordattribute.