Class ProxyUtility
- java.lang.Object
-
- org.smallmind.nutsnbolts.reflection.ProxyUtility
-
public class ProxyUtility extends Object
-
-
Constructor Summary
Constructors Constructor Description ProxyUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectinvoke(Object proxy, InvocationHandler invocationHandler, boolean isSubclass, String methodCode, String methodName, String resultSignature, String[] signatures, Object... args)
-