Uses of Record Class
dev.rafex.ether.http.problem.model.ProblemDetails
Packages that use ProblemDetails
Package
Description
Exceptions used to propagate Problem Details through Ether runtimes.
JSON serialization helpers for Problem Details payloads.
Problem Details domain models and builders.
-
Uses of ProblemDetails in dev.rafex.ether.http.problem.exception
Methods in dev.rafex.ether.http.problem.exception that return ProblemDetailsConstructors in dev.rafex.ether.http.problem.exception with parameters of type ProblemDetails -
Uses of ProblemDetails in dev.rafex.ether.http.problem.json
Methods in dev.rafex.ether.http.problem.json that return ProblemDetailsMethods in dev.rafex.ether.http.problem.json with parameters of type ProblemDetailsModifier and TypeMethodDescriptionstatic StringProblemJsonSupport.toJson(dev.rafex.ether.json.JsonCodec jsonCodec, ProblemDetails problem) -
Uses of ProblemDetails in dev.rafex.ether.http.problem.model
Methods in dev.rafex.ether.http.problem.model that return ProblemDetails