Class TypeReferenceAdjustment.TypeReferenceClassVisitor.TypeReferenceAnnotationVisitor
java.lang.Object
org.objectweb.asm.AnnotationVisitor
net.bytebuddy.asm.TypeReferenceAdjustment.TypeReferenceClassVisitor.TypeReferenceAnnotationVisitor
- Enclosing class:
TypeReferenceAdjustment.TypeReferenceClassVisitor
protected class TypeReferenceAdjustment.TypeReferenceClassVisitor.TypeReferenceAnnotationVisitor
extends org.objectweb.asm.AnnotationVisitor
An annotation visitor that collects all type references.
-
Field Summary
Fields inherited from class org.objectweb.asm.AnnotationVisitor
api, av -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTypeReferenceAnnotationVisitor(org.objectweb.asm.AnnotationVisitor annotationVisitor) Creates a new type reference-collecting annotation visitor. -
Method Summary
Methods inherited from class org.objectweb.asm.AnnotationVisitor
getDelegate, visitEnd
-
Constructor Details
-
TypeReferenceAnnotationVisitor
protected TypeReferenceAnnotationVisitor(org.objectweb.asm.AnnotationVisitor annotationVisitor) Creates a new type reference-collecting annotation visitor.- Parameters:
annotationVisitor- The annotation visitor to delegate to.
-
-
Method Details
-
visit
-
visitEnum
-
visitAnnotation
@MaybeNull public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String descriptor) - Overrides:
visitAnnotationin classorg.objectweb.asm.AnnotationVisitor
-
visitArray
- Overrides:
visitArrayin classorg.objectweb.asm.AnnotationVisitor
-