public class DefaultsInvoker extends InvocationHandlerInvoker
| Constructor and Description |
|---|
DefaultsInvoker(java.lang.reflect.InvocationHandler invocationHandler,
java.lang.invoke.MethodHandles.Lookup lookup) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public DefaultsInvoker(java.lang.reflect.InvocationHandler invocationHandler,
java.lang.invoke.MethodHandles.Lookup lookup)
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerinvoke in class InvocationHandlerInvokerjava.lang.Throwable