動態代理之JDK 和 CGLIB

方式一:jdk動態代理   通過proxy類的newProxyInstance(ClassLoader loader, Class<?>[] interfaces,InvocationHandler h) 方法創建動態代理對象,,其中參數裏面的被代理的類必須實現了接口,,即第二個參數所需的接口..其中第三個參數,爲實現了invocation接口的具體類,,在該實現類中的invoke方法中定義了需要
相關文章
相關標籤/搜索