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.InvocationHandlerInvocationHandlerFactory. create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)java.lang.reflect.InvocationHandlerInvocationHandlerFactory.Default. create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)
-