ClassFileBuilder<FieldElement, FieldBuilder>, Consumer<FieldElement>public sealed interface FieldBuilder extends ClassFileBuilder<FieldElement, FieldBuilder>
ClassBuilder.withField(String, ClassDesc, Consumer). The access flag overload is useful if no attribute needs to be configured, skipping the handler. Refer to ClassFileBuilder for general guidance and caution around the use of builders for structures in the class file format.
| Modifier and Type | Method | Description |
|---|---|---|
default FieldBuilder |
withFlags |
Sets the field access flags. |
default FieldBuilder |
withFlags |
Sets the field access flags. |
accept, constantPool, transform, with
default FieldBuilder withFlags(int flags)
flags - the access flags, as a bit maskdefault FieldBuilder withFlags(AccessFlag... flags)
flags - the access flags, as a bit mask
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/FieldBuilder.html