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 |
---|---|
InvocationHandler |
create(Target target,
Map<Method,InvocationHandlerFactory.MethodHandler> dispatch) |
InvocationHandler create(Target target, Map<Method,InvocationHandlerFactory.MethodHandler> dispatch)
Copyright © 2012–2018 OpenFeign. All rights reserved.