Class Settings

    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • settings

        public static Settings settings​(org.springframework.core.env.Environment environment)
      • getBaseUrl

        public URL getBaseUrl()
      • setBaseUrl

        public void setBaseUrl​(URL baseUrl)
      • withBaseUrl

        public Settings withBaseUrl​(URL baseUrl)
      • getDefaultDevice

        public String getDefaultDevice()
      • setDefaultDevice

        public void setDefaultDevice​(String defaultDevice)
      • withDefaultDevice

        public Settings withDefaultDevice​(String defaultDevice)
      • isEager

        public boolean isEager()
      • setEager

        public void setEager​(boolean eager)
      • withEager

        public Settings withEager​(boolean eager)
      • isStrict

        public boolean isStrict()
      • setStrict

        public void setStrict​(boolean strict)
      • withStrict

        public Settings withStrict​(boolean strict)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object