public class AnnotationErrorDecoder extends Object implements feign.codec.ErrorDecoder
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationErrorDecoder.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationErrorDecoder.Builder |
builderFor(Class<?> apiType) |
Exception |
decode(String methodKey,
feign.Response response) |
public Exception decode(String methodKey, feign.Response response)
decode in interface feign.codec.ErrorDecoderpublic static AnnotationErrorDecoder.Builder builderFor(Class<?> apiType)
Copyright © 2017–2019 OpenFeign. All rights reserved.