Uses of Class
io.ebean.enhance.asm.AnnotationVisitor
| 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 |
-
Uses of AnnotationVisitor in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorAnnotationVisitor. visitAnnotation(String name, String descriptor)Visits a nested annotation value of the annotation.AnnotationVisitorClassVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of the class.AnnotationVisitorClassWriter. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorFieldVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of the field.AnnotationVisitorMethodVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of this method.AnnotationVisitorRecordComponentVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of the record component.AnnotationVisitorMethodVisitor. visitAnnotationDefault()Visits the default value of this annotation interface method.AnnotationVisitorAnnotationVisitor. visitArray(String name)Visits an array value of the annotation.AnnotationVisitorMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on an instruction.AnnotationVisitorMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible)Visits an annotation on a local variable type.AnnotationVisitorMethodVisitor. visitParameterAnnotation(int parameter, String descriptor, boolean visible)Visits an annotation of a parameter this method.AnnotationVisitorMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on an exception handler type.AnnotationVisitorClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on a type in the class signature.AnnotationVisitorClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on the type of the field.AnnotationVisitorMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on a type in the method signature.AnnotationVisitorRecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on a type in the record component signature.Constructors in io.ebean.enhance.asm with parameters of type AnnotationVisitor Constructor Description AnnotationVisitor(int api, AnnotationVisitor annotationVisitor)Constructs a newAnnotationVisitor. -
Uses of AnnotationVisitor in io.ebean.enhance.asm.commons
Methods in io.ebean.enhance.asm.commons that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorLocalVariablesSorter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) -
Uses of AnnotationVisitor in io.ebean.enhance.common
Subclasses of AnnotationVisitor in io.ebean.enhance.common Modifier and Type Class Description classAnnotationInfoVisitorReads the annotation information storing it in a AnnotationInfo.Methods in io.ebean.enhance.common that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorAnnotationInfoVisitor. visitAnnotation(String name, String desc)AnnotationVisitorDetectEnhancement. visitAnnotation(String desc, boolean visible)Visit class level annotations.AnnotationVisitorAnnotationInfoVisitor. visitArray(String name)Constructors in io.ebean.enhance.common with parameters of type AnnotationVisitor Constructor Description AnnotationInfoVisitor(String prefix, AnnotationInfo info, AnnotationVisitor av) -
Uses of AnnotationVisitor in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorClassAdapterEntity. visitAnnotation(String desc, boolean visible)AnnotationVisitorLocalFieldVisitor. visitAnnotation(String desc, boolean visible) -
Uses of AnnotationVisitor in io.ebean.enhance.querybean
Methods in io.ebean.enhance.querybean that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorTypeQueryClassAdapter. visitAnnotation(String desc, boolean visible)Look for TypeQueryBean annotation. -
Uses of AnnotationVisitor in io.ebean.enhance.transactional
Methods in io.ebean.enhance.transactional that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorClassAdapterTransactional. visitAnnotation(String desc, boolean visible)Visit class level annotations.