Interface ConfigOption<T>

All Known Implementing Classes:
BooleanOption, IntOption

public interface ConfigOption<T>
  • Method Details

    • getPath

      String getPath()
    • getType

      Class<T> getType()
    • getDefaultValue

      T getDefaultValue()
    • value

      default T value()