public static class AnnotationErrorDecoder.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AnnotationErrorDecoder |
build() |
AnnotationErrorDecoder.Builder |
withDefaultDecoder(feign.codec.ErrorDecoder defaultDecoder) |
AnnotationErrorDecoder.Builder |
withResponseBodyDecoder(feign.codec.Decoder responseBodyDecoder) |
public Builder(Class<?> apiType)
public AnnotationErrorDecoder.Builder withDefaultDecoder(feign.codec.ErrorDecoder defaultDecoder)
public AnnotationErrorDecoder.Builder withResponseBodyDecoder(feign.codec.Decoder responseBodyDecoder)
public AnnotationErrorDecoder build()
Copyright © 2017–2019 OpenFeign. All rights reserved.