| 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 | |
| io.ebean.enhance.querybean |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attributePrototypes,
int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader. |
void |
ClassVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the class.
|
void |
FieldVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the field.
|
void |
MethodVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of this method.
|
void |
ClassWriter.visitAttribute(Attribute attribute) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleHashesAttribute
A ModuleHashes attribute.
|
class |
ModuleResolutionAttribute
A ModuleResolution attribute.
|
class |
ModuleTargetAttribute
A ModuleTarget attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassRemapper.visitAttribute(Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorAdapter.visitAttribute(Attribute attr) |
void |
LocalFieldVisitor.visitAttribute(Attribute attr) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConstructorAdapter.visitAttribute(Attribute attr) |
Copyright © 2019. All rights reserved.