Class AppManifest

    • Method Detail

      • fromJson

        public static AppManifest fromJson​(String json,
                                           com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a AppManifest object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        AppManifest object represented by the provided JSON
      • fromJson

        public static AppManifest fromJson​(InputStream json,
                                           com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a AppManifest object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        AppManifest object represented by the provided JSON
      • getAppSid

        public final String getAppSid()
      • getHash

        public final String getHash()
      • getEncodedBytes

        public final String getEncodedBytes()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object