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 |
ClassWriter
A
ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS). |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
ClassVisitor.cv
The 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 |
AnnotationMetadataReadingVisitor
ASM class visitor which looks for the class name and implemented types as
well as for the annotations defined on the class, exposing them through
the
AnnotationMetadata interface. |