Uses of Package
net.sf.cglib.proxy
Packages that use net.sf.cglib.proxy
-
Classes in net.sf.cglib.proxy used by net.sf.cglib.proxyClassDescriptionAll callback interfaces used by
Enhancerextend this interface.Map methods of subclasses generated byEnhancerto a particular callback.The idea of the class is to cache relevant java.lang.reflect instances so proxy-class can be instantiated faster that when usingReflectUtils.newInstance(Class, Class[], Object[])andEnhancer.setThreadCallbacks(Class, Callback[])Internal interface, only public due to ClassLoader issues.InvocationHandlerreplacement (unavailable under JDK 1.2).Classes generated byEnhancerpass this object to the registeredMethodInterceptorobjects when an intercepted method is invoked.Mixinallows multiple objects to be combined into a single larger object.Methods using thisEnhancercallback will delegate directly to the default (super) implementation in the base class.This class is meant to be used as replacement forjava.lang.reflect.Proxyunder JDK 1.2. -
Classes in net.sf.cglib.proxy used by net.sf.cglib.samplesClassDescriptionAll callback interfaces used by
Enhancerextend this interface.General-purposeEnhancercallback which provides for "around advice".Classes generated byEnhancerpass this object to the registeredMethodInterceptorobjects when an intercepted method is invoked.