| Package | Description | 
|---|---|
| org.springframework.asm | Spring's repackaging of
 ASM 7.0
 (with Spring-specific patches; for internal use only). | 
| org.springframework.core.type.classreading | Support classes for reading annotation and class-level metadata. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MethodVisitor | MethodVisitor. mvThe method visitor to which this visitor must delegate method calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodVisitor | ClassVisitor. visitMethod(int access,
           String name,
           String descriptor,
           String signature,
           String[] exceptions)Visits a method of the class. | 
| MethodVisitor | ClassWriter. visitMethod(int access,
           String name,
           String descriptor,
           String signature,
           String[] exceptions) | 
| Constructor and Description | 
|---|
| MethodVisitor(int api,
             MethodVisitor methodVisitor)Constructs a new  MethodVisitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MethodMetadataReadingVisitorDeprecated. 
 As of Spring Framework 5.2, this class and related classes in this
 package have been replaced by  SimpleAnnotationMetadataReadingVisitorand related classes for internal use within the framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodVisitor | AnnotationMetadataReadingVisitor. visitMethod(int access,
           String name,
           String desc,
           String signature,
           String[] exceptions)Deprecated.  |