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 class
DefaultGeneratorStrategy
Fields in net.sf.cglib.core declared as GeneratorStrategy Modifier and Type Field Description private GeneratorStrategy
AbstractClassGenerator. strategy
Methods in net.sf.cglib.core that return GeneratorStrategy Modifier and Type Method Description GeneratorStrategy
AbstractClassGenerator. getStrategy()
Methods in net.sf.cglib.core with parameters of type GeneratorStrategy Modifier and Type Method Description void
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 GeneratorStrategy Modifier and Type Field Description (package private) GeneratorStrategy
MethodProxy.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 class
UndeclaredThrowableStrategy
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.
-