Class DomainConfig

    • Method Detail

      • fromJson

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

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

        public final String getDomainSid()
      • getConfigSid

        public final String getConfigSid()
      • getFallbackUrl

        public final URI getFallbackUrl()
      • getCallbackUrl

        public final URI getCallbackUrl()
      • getContinueOnFailure

        public final Boolean getContinueOnFailure()
      • getUrl

        public final URI getUrl()
      • getDisableHttps

        public final Boolean getDisableHttps()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object