public interface ConfigRoot extends ConfigNode
| Modifier and Type | Method and Description |
|---|---|
default String |
getValue(String path) |
default <T> Optional<T> |
getValue(String path,
Class<T> type) |
<T> Optional<T> |
getValue(String path,
Type type) |
default List<String> |
getValues(String path) |
getChildren, getName, getNode, getPath, getValue, root