public interface DefaultInterfaceMethodInvocationHandler extends InvocationHandler
InvocationHandler.invoke(Object,Method,Object[])
to invoke an
interface default method. Implementation detail of
DefaultInvocationHandler
.Modifier and Type | Method and Description |
---|---|
default Object |
invoke(Object proxy,
Method method,
Object[] argv)
This method assumes
method.isDefault() and
will invoke Method directly. |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.