色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Spring如何基于Proxy及cglib實現動態代理

瀏覽:2日期:2023-09-01 10:15:01

spring中提供了兩種動態代理的方式,分別是Java Proxy以及cglib

JavaProxy只能代理接口,而cglib是通過繼承的方式,實現對類的代理

添加一個接口以及對應的實現類

public interface HelloInterface { void sayHello();}

public class HelloInterfaceImpl implements HelloInterface { @Override public void sayHello() { System.out.println('hello'); }}

JavaProxy通過實現InvocationHandler實現代理

public class CustomInvocationHandler implements InvocationHandler { private HelloInterface helloInterface; public CustomInvocationHandler(HelloInterface helloInterface) { this.helloInterface = helloInterface; } @Override public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { System.out.println('before hello for proxy'); Object result = method.invoke(helloInterface, args); System.out.println('after hello for proxy'); return result; }}

而cglib實現MethodInterceptor進行方法上的代理

public class CustomMethodInterceptor implements MethodInterceptor { @Override public Object intercept(Object o, Method method, Object[] objects, MethodProxy methodProxy) throws Throwable { System.out.println('before hello for cglib'); Object result = methodProxy.invokeSuper(o, objects); System.out.println('after hello for cglib'); return result; }}

分別實現調用代碼

public static void main(String[] args) { Enhancer enhancer = new Enhancer(); enhancer.setSuperclass(HelloInterfaceImpl.class); enhancer.setCallback(new CustomMethodInterceptor()); HelloInterface target = (HelloInterface) enhancer.create(); target.sayHello(); CustomInvocationHandler invocationHandler = new CustomInvocationHandler(new HelloInterfaceImpl()); HelloInterface target2 = (HelloInterface) Proxy.newProxyInstance(Demo.class.getClassLoader(), new Class[]{HelloInterface.class}, invocationHandler); target2.sayHello(); }

可以看到對于的代理信息輸出

before hello for cglibhelloafter hello for cglibbefore hello for proxyhelloafter hello for proxy

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Spring
相關文章:
主站蜘蛛池模板: 天堂mv亚洲mv在线播放9蜜 | 性欧美在线 | 成人午夜久久 | 国产一级做a爰片久久毛片 国产一级做a爰片久久毛片99 | 在线男人的天堂 | 97视频免费观看2区 97视频免费上传播放 | 91精品亚洲 | 国产精品 色 | 品色堂永久免费 | 久久亚洲精品tv | 韩国a级毛片 | 亚洲欧美日韩精品高清 | 成年人激情视频 | 免费99视频有精品视频高清 | 艹美女视频 | 成人a视频 | 国产欧美日韩视频在线观看一区二区 | 日韩美女一级视频 | 中国高清色视频www 中国黄色网址大全 | 欧美日韩精品一区二区三区 | 性刺激免费视频观看在线观看 | 在线播放国产一区二区三区 | 国产大秀视频 | 久久久久久久99久久久毒国产 | 香蕉tv亚洲专区在线观看 | 日韩欧美中文字幕一区二区三区 | 男人使劲躁女人视频小v | 久久综合婷婷 | 99热久久国产综合精品久久国产 | 久久91亚洲精品中文字幕奶水 | 日韩一区二区三区四区不卡 | 免费特黄一区二区三区视频一 | 久久国内精品自在自线观看 | 福利片免费一区二区三区 | 99国产精品久久久久久久日本 | 国产精品九九视频 | 农村寡妇特一级毛片 | 亚洲制服欧美自拍另类 | 在线播放 亚洲 | 草草影院在线播放 | 精品国产免费第一区二区三区日韩 |