public interface InvocationHandlerFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvocationHandlerFactory.Default |
static interface |
InvocationHandlerFactory.MethodHandler
Like
InvocationHandler.invoke(Object, java.lang.reflect.Method, Object[]), except for a
single method. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.InvocationHandler |
create(Target target,
java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch) |
java.lang.reflect.InvocationHandler create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)