| 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.entity | |
| io.ebean.enhance.querybean |
| Modifier and Type | Method and Description |
|---|---|
static TypePath |
TypePath.fromString(String typePath)
Converts a type path in string form, in the format used by
toString(), into a TypePath object. |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
| 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 | Field and Description |
|---|---|
TypePath |
TypeAnnotationNode.typePath
The path to the annotated type argument, wildcard bound, array element
type, or static outer type within the referenced type.
|
| Modifier and Type | Method and Description |
|---|---|
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.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) |
| Constructor and Description |
|---|
LocalVariableAnnotationNode(int api,
int typeRef,
TypePath typePath,
LabelNode[] start,
LabelNode[] end,
int[] index,
String desc)
Constructs a new
LocalVariableAnnotationNode. |
LocalVariableAnnotationNode(int typeRef,
TypePath typePath,
LabelNode[] start,
LabelNode[] end,
int[] index,
String desc)
Constructs a new
LocalVariableAnnotationNode. |
TypeAnnotationNode(int api,
int typeRef,
TypePath typePath,
String desc)
Constructs a new
AnnotationNode. |
TypeAnnotationNode(int typeRef,
TypePath typePath,
String desc)
Constructs a new
AnnotationNode. |
| Modifier and Type | Method and Description |
|---|---|
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.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.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.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
AnnotationVisitor |
BaseConstructorAdapter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible) |
Copyright © 2017. All rights reserved.