Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- de.turnertech.problemdetails - module de.turnertech.problemdetails
-
Classes for representing and working with Tuples.
- de.turnertech.problemdetails - package de.turnertech.problemdetails
-
The single, contained package in this module.
E
- equals(Object) - Method in class de.turnertech.problemdetails.Problem
- extendJson(OutputStream, Charset) - Method in class de.turnertech.problemdetails.Problem
-
Override this if you wish to extend the JSON response.
- extendXml(XMLStreamWriter, Charset) - Method in class de.turnertech.problemdetails.Problem
-
Override this if you wish to extend the XML response.
F
- findStatusPhrase(int) - Static method in class de.turnertech.problemdetails.Problem
-
Helper for retrieving the HTTP Status Phrase for a HTTP Status Code.
- findStatusPhrase(int, Locale) - Static method in class de.turnertech.problemdetails.Problem
-
Helper for retrieving the localised HTTP Status Phrase for a HTTP Status Code.
G
- getDetail() - Method in class de.turnertech.problemdetails.Problem
-
Gets the problem detail.
- getInstance() - Method in class de.turnertech.problemdetails.Problem
-
Gets the problem instance.
- getStatus() - Method in class de.turnertech.problemdetails.Problem
-
Gets the problem status code (HTTP Status Code).
- getTitle() - Method in class de.turnertech.problemdetails.Problem
-
Gets the problem title.
- getType() - Method in class de.turnertech.problemdetails.Problem
-
Gets the problem type.
H
- hashCode() - Method in class de.turnertech.problemdetails.Problem
M
- MEDIA_TYPE_JSON - Static variable in class de.turnertech.problemdetails.Problem
-
application/problem+json
- MEDIA_TYPE_XML - Static variable in class de.turnertech.problemdetails.Problem
-
application/problem+xml
N
P
- Problem - Class in de.turnertech.problemdetails
-
A POJO representation of the urn:ietf:rfc:7807 problem type.
- Problem() - Constructor for class de.turnertech.problemdetails.Problem
-
Constructs an empty Problem with the type "about:blank" (RFC 9457 - 4.2.1.).
- Problem(Problem) - Constructor for class de.turnertech.problemdetails.Problem
-
Constructs a deep copy of the provided problem.
- Problem(URI) - Constructor for class de.turnertech.problemdetails.Problem
-
Constructs a Problem with the provided parameters.
- Problem(URI, URI) - Constructor for class de.turnertech.problemdetails.Problem
-
Constructs a Problem with the provided parameters.
S
- setDetail(String) - Method in class de.turnertech.problemdetails.Problem
-
Sets the problem detail.
- setInstance(URI) - Method in class de.turnertech.problemdetails.Problem
-
Sets the problem instance.
- setStatus(Integer) - Method in class de.turnertech.problemdetails.Problem
-
Sets the problem status code (HTTP Status Code).
- setTitle(String) - Method in class de.turnertech.problemdetails.Problem
-
Sets the problem title.
- setType(URI) - Method in class de.turnertech.problemdetails.Problem
-
Sets the problem type.
T
- toJson() - Method in class de.turnertech.problemdetails.Problem
-
Converts the contents to a String containing the JSON representation of this Problem.
- toJson(OutputStream) - Method in class de.turnertech.problemdetails.Problem
-
Writes the Problem to the supplied stream in JSON format using UTF-8.
- toJson(OutputStream, Charset) - Method in class de.turnertech.problemdetails.Problem
-
Writes the Problem to the supplied stream in JSON format using the supplied Charset.
- toString() - Method in class de.turnertech.problemdetails.Problem
- toXml() - Method in class de.turnertech.problemdetails.Problem
-
Converts the contents to a String containing the XML representation of this Problem.
- toXml(OutputStream, Charset, boolean) - Method in class de.turnertech.problemdetails.Problem
-
Writes the Problem to the supplied stream in XML format using the supplied charset.
- toXml(XMLStreamWriter, Charset, boolean) - Method in class de.turnertech.problemdetails.Problem
-
Writes the Problem to the supplied writer in XML format using the supplied charset.
All Classes and Interfaces|All Packages|Constant Field Values