Uses of Interface
java.lang.classfile.FieldModel
Packages that use FieldModelPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of FieldModelPREVIEW in java.lang.classfilePREVIEW
Subinterfaces with type arguments of type FieldModelPREVIEW in java.lang.classfilePREVIEWMethods in java.lang.classfilePREVIEW that return types with arguments of type FieldModelPREVIEWModifier 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.Methods in java.lang.classfilePREVIEW with parameters of type FieldModelPREVIEWModifier and TypeMethodDescriptionClassBuilder.transformField
(FieldModelPREVIEW field, FieldTransformPREVIEW transform) Adds a field by transforming a field from another class.