Uses of Class
org.springframework.asm.ClassReader
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 transform package
(for internal use only).
-
Uses of ClassReader in org.springframework.asm
Modifier and TypeMethodDescriptionprotected Attribute
Attribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.type
attribute.ModifierConstructorDescriptionClassWriter
(ClassReader classReader, int flags) Constructs a newClassWriter
object and enables optimizations for "mostly add" bytecode transformations. -
Uses of ClassReader in org.springframework.cglib.core
Modifier and TypeMethodDescriptionstatic String[]
ClassNameReader.getClassInfo
(ClassReader r) static String
ClassNameReader.getClassName
(ClassReader r) -
Uses of ClassReader in org.springframework.cglib.transform
Modifier and TypeMethodDescriptionprotected ClassGenerator
AbstractClassLoader.getGenerator
(ClassReader r) protected ClassGenerator
TransformingClassLoader.getGenerator
(ClassReader r) ModifierConstructorDescriptionClassReaderGenerator
(ClassReader r, int flags) ClassReaderGenerator
(ClassReader r, Attribute[] attrs, int flags)