Class CustomFeignInvocationHandler
java.lang.Object
cn.hex01.billing.open.sdk.handler.CustomFeignInvocationHandler
- All Implemented Interfaces:
InvocationHandler
基于
ReflectiveFeign中的FeignInvocationHandler篡改- Author:
- laoji
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFeignInvocationHandler(ThreadLocal<BaseDto> threadLocal, feign.Target<?> target, Map<Method, feign.InvocationHandlerFactory.MethodHandler> dispatch) -
Method Summary
-
Constructor Details
-
CustomFeignInvocationHandler
public CustomFeignInvocationHandler(ThreadLocal<BaseDto> threadLocal, feign.Target<?> target, Map<Method, feign.InvocationHandlerFactory.MethodHandler> dispatch)
-
-
Method Details