Class CustomResponseInterceptor
java.lang.Object
cn.hex01.billing.open.sdk.interceptor.CustomResponseInterceptor
- All Implemented Interfaces:
feign.ResponseInterceptor
- Author:
- laoji
-
Nested Class Summary
Nested classes/interfaces inherited from interface feign.ResponseInterceptor
feign.ResponseInterceptor.Chain -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GSON
public static final com.google.gson.Gson GSON
-
-
Constructor Details
-
CustomResponseInterceptor
public CustomResponseInterceptor()
-
-
Method Details
-
intercept
public Object intercept(feign.InvocationContext invocationContext, feign.ResponseInterceptor.Chain chain) throws Exception - Specified by:
interceptin interfacefeign.ResponseInterceptor- Throws:
Exception
-
andThen
public feign.ResponseInterceptor andThen(feign.ResponseInterceptor nextInterceptor) - Specified by:
andThenin interfacefeign.ResponseInterceptor
-
apply
public feign.ResponseInterceptor.Chain apply(feign.ResponseInterceptor.Chain chain) - Specified by:
applyin interfacefeign.ResponseInterceptor
-