Uses of Interface
net.sf.cglib.core.GeneratorStrategy
-
Packages that use GeneratorStrategy Package Description net.sf.cglib.core net.sf.cglib.proxy net.sf.cglib.transform.impl -
-
Uses of GeneratorStrategy in net.sf.cglib.core
Classes in net.sf.cglib.core that implement GeneratorStrategy Modifier and Type Class Description classDefaultGeneratorStrategyFields in net.sf.cglib.core declared as GeneratorStrategy Modifier and Type Field Description private GeneratorStrategyAbstractClassGenerator. strategyMethods in net.sf.cglib.core that return GeneratorStrategy Modifier and Type Method Description GeneratorStrategyAbstractClassGenerator. getStrategy()Methods in net.sf.cglib.core with parameters of type GeneratorStrategy Modifier and Type Method Description voidAbstractClassGenerator. setStrategy(GeneratorStrategy strategy)Set the strategy to use to create the bytecode from this generator. -
Uses of GeneratorStrategy in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as GeneratorStrategy Modifier and Type Field Description (package private) GeneratorStrategyMethodProxy.CreateInfo. strategy -
Uses of GeneratorStrategy in net.sf.cglib.transform.impl
Classes in net.sf.cglib.transform.impl that implement GeneratorStrategy Modifier and Type Class Description classUndeclaredThrowableStrategyAGeneratorStrategysuitable for use withnet.sf.cglib.Enhancerwhich causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice.
-