Package feign
Interface InvocationHandlerFactory.MethodHandler
-
- Enclosing interface:
- InvocationHandlerFactory
public 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.Object
invoke(java.lang.Object[] argv)
-