Uses of Interface
net.sf.cglib.core.GeneratorStrategy

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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.