Uses of Interface
feign.codec.ErrorDecoder
-
Packages that use ErrorDecoder Package Description feign feign.codec -
-
Uses of ErrorDecoder in feign
Methods in feign with parameters of type ErrorDecoder Modifier and Type Method Description Feign.Builder
Feign.Builder. errorDecoder(ErrorDecoder errorDecoder)
-
Uses of ErrorDecoder in feign.codec
Classes in feign.codec that implement ErrorDecoder Modifier and Type Class Description static class
ErrorDecoder.Default
-