Class ProblemJsonSupport

java.lang.Object
dev.rafex.ether.http.problem.json.ProblemJsonSupport

public final class ProblemJsonSupport extends Object
  • Method Details

    • toJson

      public static String toJson(dev.rafex.ether.json.JsonCodec jsonCodec, ProblemDetails problem)
    • fromJson

      public static ProblemDetails fromJson(dev.rafex.ether.json.JsonCodec jsonCodec, String json)