Uses of Interface
org.springframework.cglib.core.GeneratorStrategy
Packages that use GeneratorStrategy
Package
Description
Spring's repackaging of the
CGLIB core package
(for internal use only).
Spring's repackaging of the
CGLIB transform impl package
(for internal use only).
-
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.Constructors in org.springframework.cglib.core with parameters of type GeneratorStrategyModifierConstructorDescriptionClassLoaderAwareGeneratorStrategy(ClassLoader classLoader, GeneratorStrategy delegate) Create a decorator for the given GeneratorStrategy delegate, exposing the given ClassLoader. -
Uses of GeneratorStrategy in org.springframework.cglib.transform.impl
Classes in org.springframework.cglib.transform.impl that implement GeneratorStrategyModifier and TypeClassDescriptionclassAGeneratorStrategysuitable for use withEnhancerwhich causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice.