Package | Description |
---|---|
net.sf.cglib.beans | |
net.sf.cglib.core | |
net.sf.cglib.proxy | |
net.sf.cglib.reflect | |
net.sf.cglib.transform | |
net.sf.cglib.transform.impl | |
net.sf.cglib.util |
Modifier and Type | Class and Description |
---|---|
static class |
BeanCopier.Generator |
class |
BeanGenerator |
static class |
BeanMap.Generator |
static class |
BulkBean.Generator |
static class |
ImmutableBean.Generator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassGenerator<T>
Abstract class for all code-generating CGLIB utilities.
|
static class |
KeyFactory.Generator |
Modifier and Type | Method and Description |
---|---|
protected ClassGenerator |
DefaultGeneratorStrategy.transform(ClassGenerator cg) |
Modifier and Type | Method and Description |
---|---|
byte[] |
GeneratorStrategy.generate(ClassGenerator cg)
Generate the class.
|
byte[] |
DefaultGeneratorStrategy.generate(ClassGenerator cg) |
protected ClassGenerator |
DefaultGeneratorStrategy.transform(ClassGenerator cg) |
Modifier and Type | Class and Description |
---|---|
class |
Enhancer
Generates dynamic subclasses to enable method interception.
|
class |
InterfaceMaker
Generates new interfaces at runtime.
|
static class |
Mixin.Generator |
Modifier and Type | Class and Description |
---|---|
static class |
ConstructorDelegate.Generator |
static class |
FastClass.Generator |
static class |
MethodDelegate.Generator |
static class |
MulticastDelegate.Generator |
Modifier and Type | Class and Description |
---|---|
class |
ClassReaderGenerator |
class |
TransformingClassGenerator |
Modifier and Type | Method and Description |
---|---|
protected ClassGenerator |
TransformingClassLoader.getGenerator(org.objectweb.asm.ClassReader r) |
protected ClassGenerator |
AbstractClassLoader.getGenerator(org.objectweb.asm.ClassReader r) |
Constructor and Description |
---|
TransformingClassGenerator(ClassGenerator gen,
ClassTransformer t) |
Modifier and Type | Method and Description |
---|---|
protected ClassGenerator |
UndeclaredThrowableStrategy.transform(ClassGenerator cg) |
Modifier and Type | Method and Description |
---|---|
protected ClassGenerator |
UndeclaredThrowableStrategy.transform(ClassGenerator cg) |
Modifier and Type | Class and Description |
---|---|
static class |
ParallelSorter.Generator |
static class |
StringSwitcher.Generator |
Copyright © 2024. All rights reserved.