Uses of Interface
io.smallrye.classfile.FieldModel
Packages that use FieldModel
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of FieldModel in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type FieldModelMethods in io.smallrye.classfile with parameters of type FieldModelModifier and TypeMethodDescriptionClassBuilder.transformField(FieldModel field, FieldTransform transform) Adds a field by transforming a field from another class.