Uses of Interface
org.springframework.cglib.core.GeneratorStrategy
Packages that use GeneratorStrategy
-
Uses of GeneratorStrategy in org.springframework.cglib.core
Classes in org.springframework.cglib.core that implement GeneratorStrategyModifier and TypeClassDescriptionclassCGLIB GeneratorStrategy variant which exposes the application ClassLoader as current thread context ClassLoader for the time of class generation.classMethods in org.springframework.cglib.core that return GeneratorStrategyMethods in org.springframework.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 org.springframework.cglib.transform.impl
Classes in org.springframework.cglib.transform.impl that implement GeneratorStrategyModifier and TypeClassDescriptionclassAGeneratorStrategysuitable for use withorg.springframework.cglib.Enhancerwhich causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice.