| 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 | |
| io.ebean.enhance.transactional |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
MethodVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of this method.
|
AnnotationVisitor |
FieldVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field.
|
AnnotationVisitor |
ClassWriter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of the class.
|
AnnotationVisitor |
AnnotationVisitor.visitAnnotation(String name,
String desc)
Visits a nested annotation value of the annotation.
|
AnnotationVisitor |
MethodVisitor.visitAnnotationDefault()
Visits the default value of this annotation interface method.
|
AnnotationVisitor |
AnnotationVisitor.visitArray(String name)
Visits an array value of the annotation.
|
AnnotationVisitor |
MethodVisitor.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on an instruction.
|
AnnotationVisitor |
MethodVisitor.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible)
Visits an annotation on a local variable type.
|
AnnotationVisitor |
MethodVisitor.visitParameterAnnotation(int parameter,
String desc,
boolean visible)
Visits an annotation of a parameter this method.
|
AnnotationVisitor |
MethodVisitor.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on an exception handler type.
|
AnnotationVisitor |
MethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on a type in the method signature.
|
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on the type of the field.
|
AnnotationVisitor |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
ClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on a type in the class signature.
|
| Constructor and Description |
|---|
AnnotationVisitor(int api,
AnnotationVisitor av)
Constructs a new
AnnotationVisitor. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationNode
A node that represents an annotation.
|
class |
LocalVariableAnnotationNode
A node that represents a type annotation on a local or resource variable.
|
class |
TypeAnnotationNode
A node that represents a type annotationn.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
MethodNode.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassNode.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
FieldNode.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
AnnotationNode.visitAnnotation(String name,
String desc) |
AnnotationVisitor |
MethodNode.visitAnnotationDefault() |
AnnotationVisitor |
AnnotationNode.visitArray(String name) |
AnnotationVisitor |
MethodNode.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
MethodNode.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible) |
AnnotationVisitor |
MethodNode.visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
AnnotationVisitor |
MethodNode.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
MethodNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
ClassNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
FieldNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationNode.accept(AnnotationVisitor av)
Makes the given visitor visit this annotation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationInfoVisitor
Reads the annotation information storing it in a AnnotationInfo.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
DetectEnhancement.visitAnnotation(String desc,
boolean visible)
Visit class level annotations.
|
AnnotationVisitor |
ClassMetaReaderVisitor.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
AnnotationInfoVisitor.visitAnnotation(String name,
String desc) |
AnnotationVisitor |
AnnotationInfoVisitor.visitArray(String name) |
| Constructor and Description |
|---|
AnnotationInfoVisitor(String prefix,
AnnotationInfo info,
AnnotationVisitor av) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
ConstructorAdapter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
MethodFieldAdapter.visitAnnotation(String desc,
boolean visible)
Checks for the javax/persistence/Transient annotation.
|
AnnotationVisitor |
LocalFieldVisitor.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassAdapterEntity.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ConstructorAdapter.visitAnnotationDefault() |
AnnotationVisitor |
ConstructorAdapter.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
ConstructorAdapter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible) |
AnnotationVisitor |
ConstructorAdapter.visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
AnnotationVisitor |
ConstructorAdapter.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
ConstructorAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
BaseConstructorAdapter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
TypeQueryClassAdapter.visitAnnotation(String desc,
boolean visible)
Look for TypeQueryBean annotation.
|
AnnotationVisitor |
BaseConstructorAdapter.visitAnnotationDefault() |
AnnotationVisitor |
BaseConstructorAdapter.visitInsnAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
BaseConstructorAdapter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible) |
AnnotationVisitor |
BaseConstructorAdapter.visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
AnnotationVisitor |
BaseConstructorAdapter.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
BaseConstructorAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
ScopeTransAdapter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassAdapterTransactional.visitAnnotation(String desc,
boolean visible)
Visit class level annotations.
|
Copyright © 2017. All rights reserved.