public abstract class OpenFeignDecoderExecutor extends Object implements feign.codec.Decoder
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(feign.Response response,
Type type) |
protected abstract String |
decryptPayload(feign.Response response,
String responsePayload) |
static OpenFeignDecoderExecutor |
from(EncryptionConfig config,
feign.codec.Decoder delegate) |
protected feign.Response |
removeHeaders(feign.Response response) |
public Object decode(feign.Response response, Type type) throws IOException
decode in interface feign.codec.DecoderIOExceptionprotected abstract String decryptPayload(feign.Response response, String responsePayload) throws EncryptionException
EncryptionExceptionpublic static OpenFeignDecoderExecutor from(EncryptionConfig config, feign.codec.Decoder delegate)
protected feign.Response removeHeaders(feign.Response response)
Copyright © 2021. All rights reserved.