Interface DefaultMethodHandler
- All Known Implementing Classes:
NewJavaDefaultMethodHandler
,OldJavaDefaultMethodHandler
public interface DefaultMethodHandler
The handler for default methods in interfaces
-
Method Summary
-
Method Details
-
invoke
Invoke the method- Parameters:
proxy
- the proxymethod
- the methodargs
- the arguments- Returns:
- the result
- Throws:
Throwable
- the throwable
-
invoke
Invoke the method using a dummy proxy- Parameters:
method
- the methodargs
- the arguments- Returns:
- the result
- Throws:
Throwable
- the throwable
-