程序包的使用
cn.taketoday.bytecode.proxy
-
类说明All callback interfaces used by
Enhancerextend this interface.Map methods of subclasses generated byEnhancerto a particular callback.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.