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 that return AttributeModifier and TypeMethodDescriptionstatic AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sametypeas the given attribute.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.static AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sametypeas the given attribute.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.static byte[]Attribute.write(Attribute attribute, ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of the given attribute. -
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