MethodInterceptProxy
MethodInterceptProxy copied to clipboard
MethodInterceptProxy for Android.It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
Results
4
MethodInterceptProxy issues
Sort by
recently updated
recently updated
newest added
刚试了下,如果被代理的类有静态方法,就不行了
直接报NoSuchMethodError错误
请问如果构造函数是有参的怎么代理啊? 还有发现如果是匿名内部类,无法代理。