Uses of Interface
io.smallrye.classfile.ClassElement
Packages that use ClassElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of ClassElement in io.smallrye.classfile
Subinterfaces of ClassElement in io.smallrye.classfileModifier and TypeInterfaceDescriptioninterfaceModels the access flags for a class, method, or field.interfaceModels the minor and major version numbers of aclassfile (JVMS ).interfaceModels a field.interfaceModels the interfaces (JVMS ) of a class.interfaceModels a method.interfaceModels the superclass (JVMS ) of a class.Classes in io.smallrye.classfile that implement ClassElementModifier and TypeClassDescriptionclassCustomAttribute<T extends CustomAttribute<T>>Models a user-defined attribute in aclassfile.Method parameters in io.smallrye.classfile with type arguments of type ClassElementModifier and TypeMethodDescriptionstatic ClassTransformClassTransform.dropping(Predicate<ClassElement> filter) Creates a class transform that passes each element through to the builder, except for those that the suppliedPredicatereturns true for. -
Uses of ClassElement in io.smallrye.classfile.attribute
Subinterfaces of ClassElement in io.smallrye.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theCompilationIDattribute, which records the compilation time of theclassfile.interfaceModels theDeprecatedattribute (JVMS ), which indicates this structure has been superseded.interfaceModels theEnclosingMethodattribute (JVMS ), which indicates that this class is a local or anonymous class, and indicates the enclosing method or constructor of this class if this class is enclosed in exactly one method or constructor.interfaceModels theInnerClassesattribute (JVMS ), which records which classes referenced by thisclassfile are nested classes.interfaceinterfaceModels theModuleHashesattribute, which appears on classes that represent module descriptors to capture the hashes of a set of co-delivered modules.interfaceModels theModuleMainClassattribute (JVMS ), which appears on classes that represent module descriptors to indicate the main class of the module.interfaceModels theModulePackagesattribute (JVMS ), which can appear on classes that represent module descriptors to indicate packages in the module used by the module descriptor.interfaceModels theModuleResolutionattribute, which can appear on classes that represent module descriptors, to capture resolution metadata for modules.interfaceModels theModuleTargetattribute, which can appear on classes that represent module descriptors, to represent constraints on the target platform.interfaceModels theNestHostattribute (JVMS ), which indicates this class is a member of a nest and the host class of the nest.interfaceModels theNestMembersattribute (JVMS ), which indicates that this class is the host of a nest and the other nest members.interfaceModels thePermittedSubclassesattribute (JVMS ), which indicates this class or interface is, and which classes or interfaces may extend or implement this class or interface.invalid reference
sealed
interfaceModels theRecordattribute (JVMS ), which indicates that this class is a record class and the record components.interfaceModels theRuntimeInvisibleAnnotationsattribute (JVMS ), which stores declaration annotations on this structure that are visible toclassfile consumers but are not visible to core reflection.interfaceModels theRuntimeInvisibleTypeAnnotationsattribute (JVMS ), which stores type-use annotations for the annotated uses of types in this structure that are visible toclassfile consumers but are not visible to core reflection.interfaceModels theRuntimeVisibleAnnotationsattribute (JVMS ), which stores declaration annotations on this structure that are visible to bothclassfile consumers and core reflection.interfaceModels theRuntimeVisibleTypeAnnotationsattribute (JVMS ), which stores type-use annotations for the annotated uses of types in this structure that are visible to bothclassfile consumers and core reflection.interfaceModels theSignatureattribute (JVMS ), which indicates the generic signature of this structure.interfaceModels theSourceDebugExtensionattribute (JVMS ), which stores arbitrary modified UTF-8 data.interfaceModels theSourceFileattribute (JVMS ), which indicates the name of the source file from which thisclassfile was compiled.interfaceModels theSourceIDattribute, which records the last modified time of the source file from which thisclassfile was compiled.interfaceModels theSyntheticattribute (JVMS ), which marks a class member as implementation-specific artifacts.interfaceModels an unknown attribute read from aclassfile.