Uses of Interface
java.lang.classfile.FieldElement
Packages that use FieldElementPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of FieldElementPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of FieldElementPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models the access flags for a class, method, or field.Classes in java.lang.classfilePREVIEW that implement FieldElementPREVIEWModifier and TypeClassDescriptionclassCustomAttributePREVIEW<T extends CustomAttributePREVIEW<T>>Preview.Models a non-standard attribute of a classfile.Subinterfaces with type arguments of type FieldElementPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.A builder for fields.interfacePreview.Models a field.interfacePreview.A transformation on streams ofFieldElementPREVIEW.Method parameters in java.lang.classfilePREVIEW with type arguments of type FieldElementPREVIEWModifier and TypeMethodDescriptionstatic FieldTransformPREVIEWFieldTransform.dropping(Predicate<FieldElementPREVIEW> filter) Create a field transform that passes each element through to the builder, except for those that the suppliedPredicateis true for. -
Uses of FieldElementPREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces of FieldElementPREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theConstantValueattribute (JVMS 4.7.2), which can appear on fields and indicates that the field's value is a constant.interfacePreview.Models theDeprecatedattribute (JVMS 4.7.15), which can appear on classes, methods, and fields.interfacePreview.Models theRuntimeInvisibleAnnotationsattribute (JVMS 4.7.17), which can appear on classes, methods, and fields.interfacePreview.Models theRuntimeInvisibleTypeAnnotationsattribute (JVMS 4.7.21), which can appear on classes, methods, fields, and code attributes.interfacePreview.Models theRuntimeVisibleAnnotationsattribute (JVMS 4.7.16), which can appear on classes, methods, and fields.interfacePreview.Models theRuntimeVisibleTypeAnnotationsattribute (JVMS 4.7.20), which can appear on classes, methods, fields, and code attributes.interfacePreview.Models theSignatureattribute (JVMS 4.7.9), which can appear on classes, methods, or fields.interfacePreview.Models theSyntheticattribute (JVMS 4.7.8), which can appear on classes, methods, and fields.interfacePreview.Models an unknown attribute on a class, method, or field.