类的使用
org.springframework.asm.ClassVisitor
使用ClassVisitor的程序包 程序包 说明 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.org.springframework.asm中ClassVisitor的使用
org.springframework.asm中ClassVisitor的子类 修饰符和类型 类 说明 classClassWriterAClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).声明为ClassVisitor的org.springframework.asm中的字段 修饰符和类型 字段 说明 protected ClassVisitorClassVisitor. cvThe class visitor to which this visitor must delegate method calls.参数类型为ClassVisitor的org.springframework.asm中的方法 修饰符和类型 方法 说明 voidClassReader. 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.参数类型为ClassVisitor的org.springframework.asm中的构造器 构造器 说明 ClassVisitor(int api, ClassVisitor classVisitor)Constructs a newClassVisitor.org.springframework.cglib.core中ClassVisitor的使用
参数类型为ClassVisitor的org.springframework.cglib.core中的方法 修饰符和类型 方法 说明 voidKeyFactory.Generator. generateClass(ClassVisitor v)org.springframework.cglib.proxy中ClassVisitor的使用
参数类型为ClassVisitor的org.springframework.cglib.proxy中的方法 修饰符和类型 方法 说明 voidEnhancer. generateClass(ClassVisitor v)org.springframework.core.type.classreading中ClassVisitor的使用
org.springframework.core.type.classreading中ClassVisitor的子类 修饰符和类型 类 说明 classAnnotationMetadataReadingVisitor已过时。As of Spring Framework 5.2, this class has been replaced bySimpleAnnotationMetadataReadingVisitorfor internal use within the framework, but there is no public replacement forAnnotationMetadataReadingVisitor.