Uses of Interface
net.sf.cglib.core.GeneratorStrategy
Packages that use GeneratorStrategy
-
Uses of GeneratorStrategy in net.sf.cglib.core
Classes in net.sf.cglib.core that implement GeneratorStrategyFields in net.sf.cglib.core declared as GeneratorStrategyMethods in net.sf.cglib.core that return GeneratorStrategyMethods in net.sf.cglib.core with parameters of type GeneratorStrategyModifier and TypeMethodDescriptionvoid
AbstractClassGenerator.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 GeneratorStrategyModifier and TypeFieldDescription(package private) GeneratorStrategy
MethodProxy.CreateInfo.strategy
-
Uses of GeneratorStrategy in net.sf.cglib.transform.impl
Classes in net.sf.cglib.transform.impl that implement GeneratorStrategyModifier and TypeClassDescriptionclass
AGeneratorStrategy
suitable for use withnet.sf.cglib.Enhancer
which causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice.