public class PluggableFeignContext extends Object
| 构造器和说明 |
|---|
PluggableFeignContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs() |
Map<Method,feign.InvocationHandlerFactory.MethodHandler> |
getDispatch() |
feign.hystrix.FallbackFactory |
getFallbackFactory() |
Map<Method,Method> |
getFallbackMethodMap() |
feign.FeignException |
getFeignException() |
Method |
getMethod() |
Object |
getProxy() |
Object |
getResult() |
feign.Target<?> |
getTarget() |
void |
setArgs(Object[] args) |
void |
setDispatch(Map<Method,feign.InvocationHandlerFactory.MethodHandler> dispatch) |
void |
setFallbackFactory(feign.hystrix.FallbackFactory fallbackFactory) |
void |
setFallbackMethodMap(Map<Method,Method> fallbackMethodMap) |
void |
setFeignException(feign.FeignException feignException) |
void |
setMethod(Method method) |
void |
setProxy(Object proxy) |
void |
setResult(Object result) |
void |
setTarget(feign.Target<?> target) |
public feign.Target<?> getTarget()
public void setTarget(feign.Target<?> target)
public void setDispatch(Map<Method,feign.InvocationHandlerFactory.MethodHandler> dispatch)
public feign.hystrix.FallbackFactory getFallbackFactory()
public void setFallbackFactory(feign.hystrix.FallbackFactory fallbackFactory)
public Object getProxy()
public void setProxy(Object proxy)
public Method getMethod()
public void setMethod(Method method)
public Object[] getArgs()
public void setArgs(Object[] args)
public feign.FeignException getFeignException()
public void setFeignException(feign.FeignException feignException)
public Object getResult()
public void setResult(Object result)
Copyright © 2022 Tencent. All rights reserved.