Package 

Enum ConfigOrigin

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ConfigOrigin
    
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final String value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEFAULT

      set when the user has not set any configuration for the key (defaults to a value)

      JVM_PROP

      configurations that are set through JVM properties

      REMOTE

      values that are set using remote config

      ENV

      configurations that are set through environment variables

    • Method Summary

      Modifier and Type Method Description
      static Array<ConfigOrigin> values()
      static ConfigOrigin valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait