- Type Parameters:
T
- the proxy type
- Enclosing interface:
- ProxyBuilder<T>
public static interface ProxyBuilder.ProxyMethod<T>
A proxy method.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Parameters available to the invocation handler when calling a proxy method. -
Method Summary
Modifier and TypeMethodDescriptioninvoke
(ProxyBuilder.ProxyMethod.Parameters<T> parameters) Invokes this proxy method.
-
Method Details
-
invoke
Invokes this proxy method.- Parameters:
parameters
- the parameters- Returns:
- the result
- Throws:
Throwable
- in case of an exception
-