Package org.bremersee.exception
Interface RestApiExceptionParser
-
- All Superinterfaces:
org.bremersee.exception.ExceptionParser<org.bremersee.exception.model.RestApiException>
- All Known Implementing Classes:
RestApiExceptionParserImpl
@Validated public interface RestApiExceptionParser extends org.bremersee.exception.ExceptionParser<org.bremersee.exception.model.RestApiException>A http response parser that creates aRestApiException.- Author:
- Christian Bremer