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 <E extends org.gcube.informationsystem.base.reference.Element> |
getTypeName(Class<E> clz) |
static String |
getTypeName(org.gcube.informationsystem.base.reference.Element element) |
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 getTypeName(org.gcube.informationsystem.base.reference.Element element)
Copyright © 2020. All Rights Reserved.