Uses of Interface
java.lang.classfile.FieldModel
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of FieldModelPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionClassModel.fields()
Returns the fields of this class.FieldBuilder.original()
Returns theFieldModel
PREVIEW representing the field being transformed, if this field builder represents the transformation of someFieldModel
PREVIEW.Modifier and TypeMethodDescriptionClassBuilder.transformField
(FieldModelPREVIEW field, FieldTransformPREVIEW transform) Adds a field by transforming a field from another class.