Interface ProxyRealMethod
-
- All Known Implementing Classes:
InvokeDefaultProxy
,MethodHandleProxy
,MethodHandleProxy.LegacyVersion
interface ProxyRealMethod
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ProxyRealMethod
make()
RealMethod
resolve(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Method Detail
-
resolve
RealMethod resolve(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
make
static ProxyRealMethod make()
-
-