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 TypeMethodDescriptionvoidAbstractClassGenerator.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) GeneratorStrategyMethodProxy.CreateInfo.strategy -
Uses of GeneratorStrategy in net.sf.cglib.transform.impl
Classes in net.sf.cglib.transform.impl that implement GeneratorStrategyModifier and TypeClassDescriptionclassAGeneratorStrategysuitable for use withwhich causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice.invalid reference
net.sf.cglib.Enhancer