Open
Description
Currently both toStatus
variants of StatusService are defined in terms of their corresponding (deprecated) getStatus
equivalents, and getStatus(Status, Resource)
is defined in terms of getStatus(Status, Request, Response)
. If toStatus(Status, Resource)
were defined in terms of toStatus(Status, Request, Response)
, instead of getStatus(Status, Resource)
, then it would only be necessary to override one variant of toStatus
.