-
public class ProblemDetails.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ProblemDetails.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ProblemDetailsfromJSON(JSONObject json, WarningLogger warnings)Creates a ProblemDetails from its JSON representation. -
-
Method Detail
-
fromJSON
final ProblemDetails fromJSON(JSONObject json, WarningLogger warnings)
Creates a ProblemDetails from its JSON representation.
-
-
-
-