Class UUIDUtility


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

      • UUIDUtility

        public UUIDUtility()
    • Method Detail

      • getUUID

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

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

        public static String getUUIDAsString​(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNode)
      • getUUIDAsString

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