Class Utility


  • public class Utility
    extends Object
    Author:
    Luca Frosini (ISTI - CNR)
    • Constructor Detail

      • Utility

        public Utility()
    • Method Detail

      • getUUIDFromJsonNode

        public static UUID getUUIDFromJsonNode​(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNode)
      • getUUIDFromJSONString

        public static UUID getUUIDFromJSONString​(String json)
                                          throws org.gcube.com.fasterxml.jackson.core.JsonProcessingException,
                                                 IOException
        Throws:
        org.gcube.com.fasterxml.jackson.core.JsonProcessingException
        IOException
      • getJSONNode

        public static org.gcube.com.fasterxml.jackson.databind.JsonNode getJSONNode​(String json)
                                                                             throws org.gcube.com.fasterxml.jackson.core.JsonProcessingException,
                                                                                    IOException
        Throws:
        org.gcube.com.fasterxml.jackson.core.JsonProcessingException
        IOException