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.ProblemDetails
Copyright © 2024. All rights reserved.