| 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.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity | |
| io.ebean.enhance.querybean |
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
ClassWriter.visitField(int access,
String name,
String desc,
String signature,
Object value) |
FieldVisitor |
ClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value)
Visits a field of the class.
|
| Constructor and Description |
|---|
FieldVisitor(int api,
FieldVisitor fv)
Constructs a new
FieldVisitor. |
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
SerialVersionUIDAdder.visitField(int access,
String name,
String desc,
String signature,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldNode
A node that represents a field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
ClassNode.visitField(int access,
String name,
String desc,
String signature,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
ClassMeta.createLocalFieldVisitor(FieldVisitor fv,
String name,
String desc)
Create and return a new fieldVisitor for use when enhancing a class.
|
FieldVisitor |
ClassMeta.createLocalFieldVisitor(String name,
String desc)
Create and return a read only fieldVisitor for subclassing option.
|
FieldVisitor |
ClassMetaReaderVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value)
The ebeanIntercept field is added once but thats all.
|
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
ClassMeta.createLocalFieldVisitor(FieldVisitor fv,
String name,
String desc)
Create and return a new fieldVisitor for use when enhancing a class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFieldVisitor
Used to collect information about a field (specifically from field annotations).
|
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
ClassAdapterEntity.visitField(int access,
String name,
String desc,
String signature,
Object value)
The ebeanIntercept field is added once but thats all.
|
| Constructor and Description |
|---|
LocalFieldVisitor(FieldVisitor fv,
FieldMeta fieldMeta)
Constructor used for entity class enhancement.
|
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
TypeQueryClassAdapter.visitField(int access,
String name,
String desc,
String signature,
Object value) |
Copyright © 2017. All rights reserved.