Package | Description |
---|---|
net.sf.cglib.core | |
net.sf.cglib.proxy | |
net.sf.cglib.transform.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeneratorStrategy |
Modifier and Type | Field and Description |
---|---|
private GeneratorStrategy |
AbstractClassGenerator.strategy |
Modifier and Type | Method and Description |
---|---|
GeneratorStrategy |
AbstractClassGenerator.getStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClassGenerator.setStrategy(GeneratorStrategy strategy)
Set the strategy to use to create the bytecode from this generator.
|
Modifier and Type | Field and Description |
---|---|
(package private) GeneratorStrategy |
MethodProxy.CreateInfo.strategy |
Modifier and Type | Class and Description |
---|---|
class |
UndeclaredThrowableStrategy
A
GeneratorStrategy suitable for use with net.sf.cglib.Enhancer which
causes all undeclared exceptions thrown from within a proxied method to be wrapped
in an alternative exception of your choice. |