| Package | Description |
|---|---|
| org.springframework.asm |
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
|
| org.springframework.cglib.beans |
Spring's repackaging of the
CGLIB beans package
(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 |
BulkBean.Generator.generateClass(ClassVisitor v) |
void |
BeanGenerator.generateClass(ClassVisitor v) |
void |
ImmutableBean.Generator.generateClass(ClassVisitor v) |
void |
BeanCopier.Generator.generateClass(ClassVisitor v) |
void |
BeanMap.Generator.generateClass(ClassVisitor v) |
| 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
Deprecated.
As of Spring Framework 5.2, this class has been replaced by
SimpleAnnotationMetadataReadingVisitor for internal use within the
framework, but there is no public replacement for
AnnotationMetadataReadingVisitor. |