Uses of Class
io.ebean.enhance.asm.AnnotationVisitor
Packages that use AnnotationVisitor
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
-
Uses of AnnotationVisitor in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationVisitor.getDelegate()The annotation visitor to which this visitor must delegate method calls.AnnotationVisitor.visitAnnotation(String name, String descriptor) Visits a nested annotation value of the annotation.ClassVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the class.final AnnotationVisitorClassWriter.visitAnnotation(String descriptor, boolean visible) FieldVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the field.MethodVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of this method.RecordComponentVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the record component.MethodVisitor.visitAnnotationDefault()Visits the default value of this annotation interface method.AnnotationVisitor.visitArray(String name) Visits an array value of the annotation.MethodVisitor.visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an instruction.MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodVisitor.visitParameterAnnotation(int parameter, String descriptor, boolean visible) Visits an annotation of a parameter this method.MethodVisitor.visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an exception handler type.ClassVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitorClassWriter.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) FieldVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on the type of the field.MethodVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the method signature.RecordComponentVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the record component signature. -
Uses of AnnotationVisitor in io.ebean.enhance.asm.commons
Methods in io.ebean.enhance.asm.commons that return AnnotationVisitorModifier and TypeMethodDescriptionLocalVariablesSorter.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.commonModifier and TypeClassDescriptionclassReads the annotation information storing it in a AnnotationInfo.Methods in io.ebean.enhance.common that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationInfoVisitor.visitAnnotation(String name, String desc) DetectEnhancement.visitAnnotation(String desc, boolean visible) Visit class level annotations.AnnotationInfoVisitor.visitArray(String name) Constructors in io.ebean.enhance.common with parameters of type AnnotationVisitorModifierConstructorDescriptionAnnotationInfoVisitor(String prefix, AnnotationInfo info, AnnotationVisitor av) -
Uses of AnnotationVisitor in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity that return AnnotationVisitorModifier and TypeMethodDescriptionClassAdapterEntity.visitAnnotation(String desc, boolean visible) LocalFieldVisitor.visitAnnotation(String desc, boolean visible) -
Uses of AnnotationVisitor in io.ebean.enhance.querybean
Methods in io.ebean.enhance.querybean that return AnnotationVisitorModifier and TypeMethodDescriptionTypeQueryClassAdapter.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 AnnotationVisitorModifier and TypeMethodDescriptionClassAdapterTransactional.visitAnnotation(String desc, boolean visible) Visit class level annotations.