Uses of Class
org.springframework.asm.ClassVisitor
Packages that use ClassVisitor
Package
Description
Spring's repackaging of
 ASM 9.x
 (with Spring-specific patches; for internal use only).
Spring's repackaging of the
 CGLIB core package
 (for internal use only).
Spring's repackaging of the
 CGLIB proxy package
 (for internal use only).
- 
Uses of ClassVisitor in org.springframework.asmSubclasses of ClassVisitor in org.springframework.asmModifier and TypeClassDescriptionclassAClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).Fields in org.springframework.asm declared as ClassVisitorModifier and TypeFieldDescriptionprotected ClassVisitorClassVisitor.cvThe class visitor to which this visitor must delegate method calls.Methods in org.springframework.asm with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.Constructors in org.springframework.asm with parameters of type ClassVisitorModifierConstructorDescriptionClassVisitor(int api, ClassVisitor classVisitor) Constructs a newClassVisitor.
- 
Uses of ClassVisitor in org.springframework.cglib.coreMethods in org.springframework.cglib.core with parameters of type ClassVisitor
- 
Uses of ClassVisitor in org.springframework.cglib.proxyMethods in org.springframework.cglib.proxy with parameters of type ClassVisitor