Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
ProblemDetails.java File Reference
import java.net.URI;
import java.util.LinkedHashMap;
import java.util.Map;
Include dependency graph for ProblemDetails.java:

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)