public class Utility extends Object
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
getJSONNode(String json) |
static UUID |
getUUIDFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
static UUID |
getUUIDFromJSONString(String json) |
public static UUID getUUIDFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
public static UUID getUUIDFromJSONString(String json) throws com.fasterxml.jackson.core.JsonProcessingException, IOException
com.fasterxml.jackson.core.JsonProcessingExceptionIOExceptionpublic static com.fasterxml.jackson.databind.JsonNode getJSONNode(String json) throws com.fasterxml.jackson.core.JsonProcessingException, IOException
com.fasterxml.jackson.core.JsonProcessingExceptionIOExceptionCopyright © 2020. All Rights Reserved.