查看cglib enhanced類的方法

在使用cglib的程序中設置上屬性:
html

System.setProperty(DebuggingClassWriter.DEBUG_LOCATION_PROPERTY, "D:\\wps\\trt");java

而後運行程序,能夠發現加強的字節碼生成到了文件中:工具

D:\wps\trt\com\jcloud\cglib>dirui

HelloWorld$$EnhancerByCGLIB$$80b51d2b$$FastClassByCGLIB$$4518baf1.class
spa

2014/02/07  16:15             5,257 HelloWorld$$EnhancerByCGLIB$$80b51d2b.class代理

2014/02/07  16:15             2,653 HelloWorld$$FastClassByCGLIB$$9a0a5c83.classhtm


而後用jd-gui工具反編譯並查看,(很是推薦這個工具)blog

http://jd.benow.ca/#jd-gui-download get

參考: http://gaolixu.iteye.com/blog/1096672 it

ASM 和 cglib

java動態代理(JDK和cglib)

http://www.cnblogs.com/jqyp/archive/2010/08/20/1805041.html

相關文章
相關標籤/搜索