public abstract class Utility extends Object
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getClassFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
static String |
getClassFromJsonString(String json) |
static String |
getType(Class<? extends org.gcube.informationsystem.model.reference.ISManageable> clz) |
static String |
getType(org.gcube.informationsystem.model.reference.ISManageable isManageable) |
static UUID |
getUUIDFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
static UUID |
getUUIDFromJsonString(String json) |
static String |
getUUIDStringFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
static String |
getUUIDStringFromJsonString(String json) |
public static String getClassFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
public static String getClassFromJsonString(String json) throws com.fasterxml.jackson.core.JsonProcessingException, IOException
com.fasterxml.jackson.core.JsonProcessingExceptionIOExceptionpublic static String getUUIDStringFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
public static UUID getUUIDFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
public static String getUUIDStringFromJsonString(String json) throws com.fasterxml.jackson.core.JsonProcessingException, IOException
com.fasterxml.jackson.core.JsonProcessingExceptionIOExceptionpublic static UUID getUUIDFromJsonString(String json) throws com.fasterxml.jackson.core.JsonProcessingException, IOException
com.fasterxml.jackson.core.JsonProcessingExceptionIOExceptionpublic static String getType(org.gcube.informationsystem.model.reference.ISManageable isManageable)
Copyright © 2018. All Rights Reserved.