Uses of Class
org.springframework.asm.AnnotationVisitor
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
Spring's repackaging of the
CGLIB transform package
(for internal use only).
-
Uses of AnnotationVisitor in org.springframework.asm
Modifier and TypeFieldDescriptionprotected AnnotationVisitor
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.Modifier 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 AnnotationVisitor
ClassWriter.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 AnnotationVisitor
ClassWriter.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.ModifierConstructorDescriptionprotected
AnnotationVisitor
(int api, AnnotationVisitor annotationVisitor) Constructs a newAnnotationVisitor
. -
Uses of AnnotationVisitor in org.springframework.cglib.transform
Modifier and TypeMethodDescriptionstatic AnnotationVisitor
AnnotationVisitorTee.getInstance
(AnnotationVisitor av1, AnnotationVisitor av2) AbstractClassFilterTransformer.visitAnnotation
(String desc, boolean visible) AnnotationVisitorTee.visitAnnotation
(String name, String desc) ClassVisitorTee.visitAnnotation
(String desc, boolean visible) FieldVisitorTee.visitAnnotation
(String desc, boolean visible) MethodVisitorTee.visitAnnotation
(String desc, boolean visible) MethodVisitorTee.visitAnnotationDefault()
AnnotationVisitorTee.visitArray
(String name) MethodVisitorTee.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) MethodVisitorTee.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) MethodVisitorTee.visitParameterAnnotation
(int parameter, String desc, boolean visible) MethodVisitorTee.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) ClassVisitorTee.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) FieldVisitorTee.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) MethodVisitorTee.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Modifier and TypeMethodDescriptionstatic AnnotationVisitor
AnnotationVisitorTee.getInstance
(AnnotationVisitor av1, AnnotationVisitor av2)