Uses of Interface
java.lang.classfile.FieldElement
Packages that use FieldElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of FieldElement in java.lang.classfile
Subinterfaces of FieldElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
Models the access flags for a class, method, or field.Classes in java.lang.classfile that implement FieldElementModifier and TypeClassDescriptionclass
CustomAttribute<T extends CustomAttribute<T>>
Models a user-defined attribute in aclass
file.Subinterfaces with type arguments of type FieldElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
A builder for fields.interface
Models a field.interface
A transformation on streams ofFieldElement
.Method parameters in java.lang.classfile with type arguments of type FieldElementModifier and TypeMethodDescriptionstatic FieldTransform
FieldTransform.dropping
(Predicate<FieldElement> filter) Creates a field transform that passes each element through to the builder, except for those that the suppliedPredicate
is true for. -
Uses of FieldElement in java.lang.classfile.attribute
Subinterfaces of FieldElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theConstantValue
attribute (JVMS 4.7.2), which indicates this field's value is a constant and that constant value.interface
Models theDeprecated
attribute (JVMS 4.7.15), which indicates this structure has been superseded.interface
Models theRuntimeInvisibleAnnotations
attribute (JVMS 4.7.17), which stores declaration annotations on this structure that are visible toclass
file consumers but are not visible to core reflection.interface
Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclass
file consumers but are not visible to core reflection.interface
Models theRuntimeVisibleAnnotations
attribute (JVMS 4.7.16), which stores declaration annotations on this structure that are visible to bothclass
file consumers and core reflection.interface
Models theRuntimeVisibleTypeAnnotations
attribute (JVMS 4.7.20), which stores type-use annotations for the annotated uses of types in this structure that are visible to bothclass
file consumers and core reflection.interface
interface
interface
Models an unknown attribute read from aclass
file.