- Type Parameters:
T- the proxy type
- Enclosing class:
ProxyBuilder<T>
public static interface ProxyBuilder.ProxyMethod<T>
A proxy method.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceParameters 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, may be null
- Throws:
Throwable- in case of an exception
-