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 | Description |
---|---|---|
static class |
BeanCopier.Generator |
|
class |
BeanGenerator |
|
static class |
BeanMap.Generator |
|
static class |
BulkBean.Generator |
|
static class |
ImmutableBean.Generator |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractClassGenerator<T> |
Abstract class for all code-generating CGLIB utilities.
|
static class |
KeyFactory.Generator |
Modifier and Type | Method | Description |
---|---|---|
protected ClassGenerator |
DefaultGeneratorStrategy.transform(ClassGenerator cg) |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
DefaultGeneratorStrategy.generate(ClassGenerator cg) |
|
byte[] |
GeneratorStrategy.generate(ClassGenerator cg) |
Generate the class.
|
protected ClassGenerator |
DefaultGeneratorStrategy.transform(ClassGenerator cg) |
Modifier and Type | Class | 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 | Description |
---|---|---|
static class |
ConstructorDelegate.Generator |
|
static class |
FastClass.Generator |
|
static class |
MethodDelegate.Generator |
|
static class |
MulticastDelegate.Generator |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassReaderGenerator |
|
class |
TransformingClassGenerator |
Modifier and Type | Method | Description |
---|---|---|
protected ClassGenerator |
AbstractClassLoader.getGenerator(org.objectweb.asm.ClassReader r) |
|
protected ClassGenerator |
TransformingClassLoader.getGenerator(org.objectweb.asm.ClassReader r) |
Constructor | Description |
---|---|
TransformingClassGenerator(ClassGenerator gen,
ClassTransformer t) |
Modifier and Type | Method | Description |
---|---|---|
protected ClassGenerator |
UndeclaredThrowableStrategy.transform(ClassGenerator cg) |
Modifier and Type | Method | Description |
---|---|---|
protected ClassGenerator |
UndeclaredThrowableStrategy.transform(ClassGenerator cg) |
Modifier and Type | Class | Description |
---|---|---|
static class |
ParallelSorter.Generator |
|
static class |
StringSwitcher.Generator |
Copyright © 2018. All rights reserved.