| 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.common | |
| io.ebean.enhance.entity | |
| io.ebean.enhance.querybean | |
| io.ebean.enhance.transactional |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
ClassVisitor.visitAnnotation(String descriptor,
boolean visible)
Visits an annotation of the class.
|
AnnotationVisitor |
FieldVisitor.visitAnnotation(String descriptor,
boolean visible)
Visits an annotation of the field.
|
AnnotationVisitor |
MethodVisitor.visitAnnotation(String descriptor,
boolean visible)
Visits an annotation of this method.
|
AnnotationVisitor |
ClassWriter.visitAnnotation(String descriptor,
boolean visible) |
AnnotationVisitor |
AnnotationVisitor.visitAnnotation(String name,
String descriptor)
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 descriptor,
boolean visible)
Visits an annotation on an instruction.
|
AnnotationVisitor |
MethodVisitor.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible)
Visits an annotation on a local variable type.
|
AnnotationVisitor |
MethodVisitor.visitParameterAnnotation(int parameter,
String descriptor,
boolean visible)
Visits an annotation of a parameter this method.
|
AnnotationVisitor |
MethodVisitor.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on an exception handler type.
|
AnnotationVisitor |
ClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the class signature.
|
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on the type of the field.
|
AnnotationVisitor |
MethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the method signature.
|
AnnotationVisitor |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
| Constructor and Description |
|---|
AnnotationVisitor(int api,
AnnotationVisitor annotationVisitor)
Constructs a new
AnnotationVisitor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationRemapper
An
AnnotationVisitor that remaps types with a Remapper. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
ClassRemapper.visitAnnotation(String descriptor,
boolean visible) |
AnnotationVisitor |
FieldRemapper.visitAnnotation(String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitAnnotation(String descriptor,
boolean visible) |
AnnotationVisitor |
AnnotationRemapper.visitAnnotation(String name,
String descriptor) |
AnnotationVisitor |
MethodRemapper.visitAnnotationDefault() |
AnnotationVisitor |
AnnotationRemapper.visitArray(String name) |
AnnotationVisitor |
MethodRemapper.visitInsnAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible) |
AnnotationVisitor |
LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitParameterAnnotation(int parameter,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
ClassRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
FieldRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
| Constructor and Description |
|---|
AnnotationRemapper(AnnotationVisitor annotationVisitor,
Remapper remapper)
Constructs a new
AnnotationRemapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationInfoVisitor
Reads the annotation information storing it in a AnnotationInfo.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
ClassMetaReaderVisitor.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
DetectEnhancement.visitAnnotation(String desc,
boolean visible)
Visit class level annotations.
|
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 |
MethodFieldAdapter.visitAnnotation(String desc,
boolean visible)
Checks for the javax/persistence/Transient annotation.
|
AnnotationVisitor |
ClassAdapterEntity.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ConstructorAdapter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
LocalFieldVisitor.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 |
ClassAdapterTransactional.visitAnnotation(String desc,
boolean visible)
Visit class level annotations.
|
Copyright © 2019. All rights reserved.