Uses of Class
org.springframework.cglib.core.DefaultGeneratorStrategy
Packages that use DefaultGeneratorStrategy
-
Uses of DefaultGeneratorStrategy in org.springframework.cglib.core
Subclasses of DefaultGeneratorStrategy in org.springframework.cglib.coreModifier and TypeClassDescriptionclassCGLIB GeneratorStrategy variant which exposes the application ClassLoader as current thread context ClassLoader for the time of class generation.Fields in org.springframework.cglib.core declared as DefaultGeneratorStrategyModifier and TypeFieldDescriptionstatic final DefaultGeneratorStrategyDefaultGeneratorStrategy.INSTANCE -
Uses of DefaultGeneratorStrategy in org.springframework.cglib.transform.impl
Subclasses of DefaultGeneratorStrategy in org.springframework.cglib.transform.implModifier 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.