Uses of Class
org.springframework.asm.AnnotationVisitor
Packages that use AnnotationVisitor
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
-
Uses of AnnotationVisitor in org.springframework.asm
Fields in org.springframework.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitor
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.Methods in org.springframework.asm that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationVisitor.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.Constructors in org.springframework.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionprotected
AnnotationVisitor
(int api, AnnotationVisitor annotationVisitor) Constructs a newAnnotationVisitor
.