public class ProblemDetailsDeserializer extends Object
ProblemDetails.| Modifier and Type | Method and Description |
|---|---|
static ProblemDetails |
deserialize(kong.unirest.ObjectMapper objectMapper,
String jsonString)
Deserializes a json string into a
ProblemDetails. |
public static ProblemDetails deserialize(kong.unirest.ObjectMapper objectMapper, String jsonString)
ProblemDetails.objectMapper - The object mapper used to create the ProblemDetails.jsonString - The json string that will be deserialized.ProblemDetailsCopyright © 2025. All rights reserved.