Uses of Class
io.ebean.enhance.asm.Attribute
Packages that use Attribute
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
-
Uses of Attribute in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm with parameters of type AttributeModifier and TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the class.final voidClassWriter.visitAttribute(Attribute attribute) voidFieldVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the field.voidMethodVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of this method.voidRecordComponentVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the record component. -
Uses of Attribute in io.ebean.enhance.asm.commons
Subclasses of Attribute in io.ebean.enhance.asm.commonsModifier and TypeClassDescriptionfinal classA ModuleHashes attribute.final classA ModuleResolution attribute.final classA ModuleTarget attribute. -
Uses of Attribute in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity with parameters of type Attribute