| Package | Description | 
|---|---|
| org.springframework.asm | Spring's repackaging of
 ASM 7.0
 (with Spring-specific patches; for internal use only). | 
| org.springframework.cglib.core | Spring's repackaging of the
 CGLIB core package
 (for internal use only). | 
| org.springframework.cglib.proxy | Spring's repackaging of the
 CGLIB proxy package
 (for internal use only). | 
| org.springframework.core.type.classreading | Support classes for reading annotation and class-level metadata. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassWriterA  ClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java
 Virtual Machine Specification (JVMS). | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClassVisitor | ClassVisitor. cvThe class visitor to which this visitor must delegate method calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassReader. accept(ClassVisitor classVisitor,
      Attribute[] attributePrototypes,
      int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
  ClassReader. | 
| void | ClassReader. accept(ClassVisitor classVisitor,
      int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
  ClassReader. | 
| Constructor and Description | 
|---|
| ClassVisitor(int api,
            ClassVisitor classVisitor)Constructs a new  ClassVisitor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KeyFactory.Generator. generateClass(ClassVisitor v) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Enhancer. generateClass(ClassVisitor v) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationMetadataReadingVisitorDeprecated. 
 As of Spring Framework 5.2, this class has been replaced by
  SimpleAnnotationMetadataReadingVisitorfor internal use within the
 framework, but there is no public replacement forAnnotationMetadataReadingVisitor. |