Interface ConfigEntry<T>

All Known Implementing Classes:
ConfigEntry.Abstract

public interface ConfigEntry<T>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  ConfigEntry.Abstract<T>  
  • Method Summary

    Modifier and Type Method Description
    String key()  
    T parse​(String value)