import java.util.Objects;import dev.rafex.ether.http.core.DefaultErrorMapper;import dev.rafex.ether.http.core.ErrorMapper;import dev.rafex.ether.http.core.HttpError;import dev.rafex.ether.http.problem.exception.ProblemException;import dev.rafex.ether.http.problem.model.ProblemDetails;Go to the source code of this file.
Classes | |
| class | dev.rafex.ether.http.problem.mapper.ProblemHttpErrorMapper |
Packages | |
| package | dev.rafex.ether.http.problem.mapper |
| Adapters that map runtime failures into HTTP problem representations. | |