Uses of Interface
java.lang.classfile.attribute.RecordComponentInfo
Packages that use RecordComponentInfo
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of RecordComponentInfo in java.lang.classfile.attribute
Methods in java.lang.classfile.attribute that return RecordComponentInfoModifier and TypeMethodDescriptionstatic RecordComponentInfo
Returns a record component description.static RecordComponentInfo
Returns a record component description.static RecordComponentInfo
Returns a record component description.static RecordComponentInfo
Returns a record component description.Methods in java.lang.classfile.attribute that return types with arguments of type RecordComponentInfoModifier and TypeMethodDescriptionRecordAttribute.components()
Returns the components of this record class.Methods in java.lang.classfile.attribute with parameters of type RecordComponentInfoModifier and TypeMethodDescriptionstatic RecordAttribute
RecordAttribute.of
(RecordComponentInfo... components) Returns aRecord
attribute.Method parameters in java.lang.classfile.attribute with type arguments of type RecordComponentInfoModifier and TypeMethodDescriptionstatic RecordAttribute
RecordAttribute.of
(List<RecordComponentInfo> components) Returns aRecord
attribute.