| Package | Description |
|---|---|
| com.avaje.ebean.enhance.agent |
Used to weave Entity beans
|
| com.avaje.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| com.avaje.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationInfoVisitor
Reads the annotation information storing it in a AnnotationInfo.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
LocalFieldVisitor.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassMetaReaderVisitor.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassAdapterEntity.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
MethodFieldAdapter.visitAnnotation(String desc,
boolean visible)
Checks for the javax/persistence/Transient annotation.
|
AnnotationVisitor |
ScopeTransAdapter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassAdapterTransactional.visitAnnotation(String desc,
boolean visible)
Visit class level annotations.
|
AnnotationVisitor |
ConstructorAdapter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
AnnotationInfoVisitor.visitAnnotation(String name,
String desc) |
AnnotationVisitor |
ConstructorAdapter.visitAnnotationDefault() |
AnnotationVisitor |
AnnotationInfoVisitor.visitArray(String name) |
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) |
| Constructor and Description |
|---|
AnnotationInfoVisitor(String prefix,
AnnotationInfo info,
AnnotationVisitor av) |
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationVisitor |
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
MethodVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of this method.
|
AnnotationVisitor |
ClassWriter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
FieldVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field.
|
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 |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on the type of the field.
|
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
org.objectweb.asm.AnnotationVisitor. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String desc,
boolean visible) |
Copyright © 2016. All rights reserved.