Class TypeUtility
- java.lang.Object
-
- org.gcube.informationsystem.utils.TypeUtility
-
public class TypeUtility extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description TypeUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Element>
StringgetTypeName(Class<E> clz)static StringgetTypeName(String json)static StringgetTypeName(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNode)
-
-
-
Method Detail
-
getTypeName
public static String getTypeName(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNode)
-
getTypeName
public static String getTypeName(String json) throws org.gcube.com.fasterxml.jackson.core.JsonProcessingException, IOException
- Throws:
org.gcube.com.fasterxml.jackson.core.JsonProcessingExceptionIOException
-
-