Class JSONUtils


  • public class JSONUtils
    extends Object
    • Method Detail

      • getGeneratedResourceString

        public static String getGeneratedResourceString​(GeneratedResource generatedResource)
                                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • getGeneratedResourceObject

        public static GeneratedResource getGeneratedResourceObject​(String generatedResourceString)
                                                            throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • getGeneratedResourcesString

        public static String getGeneratedResourcesString​(GeneratedResources generatedResources)
                                                  throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • getGeneratedResourcesObject

        public static GeneratedResources getGeneratedResourcesObject​(String generatedResourcesString)
                                                              throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • getFRIString

        public static String getFRIString​(FRI fri)
                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • getFRIObject

        public static FRI getFRIObject​(String friString)
                                throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException