Uses of Class
io.ebean.enhance.asm.Attribute
| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| io.ebean.enhance.entity |
-
Uses of Attribute in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm with parameters of type Attribute Modifier and Type Method Description voidClassReader. 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.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.commons Modifier and Type Class Description classModuleHashesAttributeA ModuleHashes attribute.classModuleResolutionAttributeA ModuleResolution attribute.classModuleTargetAttributeA ModuleTarget attribute. -
Uses of Attribute in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity with parameters of type Attribute Modifier and Type Method Description voidLocalFieldVisitor. visitAttribute(Attribute attr)