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