Class Config


  • public class Config
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode getEnvConfig​(java.lang.String env)  
      java.lang.String getEnvironment()  
      void setEnvConfig​(com.fasterxml.jackson.databind.JsonNode envConfig)  
      void setEnvironment​(java.lang.String environment)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getEnvironment

        public java.lang.String getEnvironment()
      • setEnvironment

        public void setEnvironment​(java.lang.String environment)
      • getEnvConfig

        public com.fasterxml.jackson.databind.JsonNode getEnvConfig​(java.lang.String env)
      • setEnvConfig

        public void setEnvConfig​(com.fasterxml.jackson.databind.JsonNode envConfig)