Uses of Interface
feign.InvocationHandlerFactory.MethodHandler
-
Packages that use InvocationHandlerFactory.MethodHandler Package Description feign -
-
Uses of InvocationHandlerFactory.MethodHandler in feign
Method parameters in feign with type arguments of type InvocationHandlerFactory.MethodHandler Modifier and Type Method Description java.lang.reflect.InvocationHandler
InvocationHandlerFactory. create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)
java.lang.reflect.InvocationHandler
InvocationHandlerFactory.Default. create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)
-