Package feign
Interface InvocationHandlerFactory
-
- All Known Implementing Classes:
InvocationHandlerFactory.Default
public interface InvocationHandlerFactory
Controls reflective method dispatch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
InvocationHandlerFactory.Default
static interface
InvocationHandlerFactory.MethodHandler
LikeInvocationHandler.invoke(Object, java.lang.reflect.Method, Object[])
, except for a single method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.InvocationHandler
create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)
-
-
-
Method Detail
-
create
java.lang.reflect.InvocationHandler create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)
-
-