| Class | Description |
|---|---|
| DefaultErrorDecoder |
Feign error decoder which translates REST service error response to Java exception class
which inherits
RestServiceException |
| DefaultRestErrorResponse |
Represents a REST service error response.
|
| MSF4JDecoder |
Decoder for fegin client.
|
| MSF4JJacksonDecoder |
Decoder class for decoding error response which also handles error responses with 404 HTTP status code
|
| RestErrorResponseMapper<T extends RestServiceException> |
Interface for returning the key of type
String from REST service error response to instantiate the
corresponding interface |
Copyright © 2018 WSO2. All rights reserved.