Class ConfigKey<T>


  • public class ConfigKey<T>
    extends Object
    Configuration key class.
    Since:
    2.1.0
    Author:
    Boni Garcia
    • Constructor Detail

      • ConfigKey

        public ConfigKey​(String name,
                         Class<T> type)
      • ConfigKey

        public ConfigKey​(String name,
                         Class<T> type,
                         T value)
    • Method Detail

      • getName

        public String getName()
      • getType

        public Class<T> getType()
      • getValue

        public T getValue()
      • reset

        public void reset()
      • setValue

        public void setValue​(Object value)