public class ControllerJDKProxy<T> extends Object implements InvocationHandler
ControllerJDKProxy(Class<T> controllerInterface)
Object
invoke(Object proxy, Method method, Object[] args)
static <T> Object
newProxyInstance(Class<T> controllerInterface)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ControllerJDKProxy(Class<T> controllerInterface)
public static <T> Object newProxyInstance(Class<T> controllerInterface)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2020. All rights reserved.