import java.net.URI;import java.util.LinkedHashMap;import java.util.Map;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.problem.model |
| Problem Details domain models and builders. | |
Functions | |
| record | dev.rafex.ether.http.problem.model.ProblemDetails (URI type, String title, int status, String detail, URI instance, Map< String, Object > properties) |