Uses of Package
org.springframework.cglib.proxy
Packages that use org.springframework.cglib.proxy
-
Classes in org.springframework.cglib.proxy used by org.springframework.cglib.proxyClassDescriptionAll callback interfaces used by
Enhancer
extend this interface.Map methods of subclasses generated byEnhancer
to a particular callback.InvocationHandler
replacement (unavailable under JDK 1.2).Classes generated byEnhancer
pass this object to the registeredMethodInterceptor
objects when an intercepted method is invoked.Mixin
allows multiple objects to be combined into a single larger object.Methods using thisEnhancer
callback will delegate directly to the default (super) implementation in the base class.