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