|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneratorStrategy | |
|---|---|
| net.sf.cglib.core | |
| net.sf.cglib.transform.impl | |
| Uses of GeneratorStrategy in net.sf.cglib.core |
|---|
| Classes in net.sf.cglib.core that implement GeneratorStrategy | |
|---|---|
class |
DefaultGeneratorStrategy
|
| Methods in net.sf.cglib.core that return GeneratorStrategy | |
|---|---|
GeneratorStrategy |
AbstractClassGenerator.getStrategy()
|
| Methods in net.sf.cglib.core with parameters of type GeneratorStrategy | |
|---|---|
void |
AbstractClassGenerator.setStrategy(GeneratorStrategy strategy)
Set the strategy to use to create the bytecode from this generator. |
| Uses of GeneratorStrategy in net.sf.cglib.transform.impl |
|---|
| Classes in net.sf.cglib.transform.impl that implement GeneratorStrategy | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||