Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.problem.json.ProblemJsonSupport Class Reference
Collaboration diagram for dev.rafex.ether.http.problem.json.ProblemJsonSupport:

Static Public Member Functions

static ProblemDetails fromJson (final JsonCodec jsonCodec, final String json)
static String toJson (final JsonCodec jsonCodec, final ProblemDetails problem)

Detailed Description

Definition at line 32 of file ProblemJsonSupport.java.

Member Function Documentation

◆ fromJson()

ProblemDetails dev.rafex.ether.http.problem.json.ProblemJsonSupport.fromJson ( final JsonCodec jsonCodec,
final String json )
static

Definition at line 41 of file ProblemJsonSupport.java.

References dev.rafex.ether.json.JsonCodec.readValue().

Here is the call graph for this function:

◆ toJson()

String dev.rafex.ether.http.problem.json.ProblemJsonSupport.toJson ( final JsonCodec jsonCodec,
final ProblemDetails problem )
static

Definition at line 37 of file ProblemJsonSupport.java.

References dev.rafex.ether.json.JsonCodec.toJson().

Here is the call graph for this function:

The documentation for this class was generated from the following file: