public interface IConfigContext<T extends IConfigContext<T>>
| Modifier and Type | Method and Description |
|---|---|
IConfigCategory<T> |
createCategory() |
IConfigList<T> |
createList() |
IConfigValue<T> |
createValue() |
IConfigValue<T> createValue()
IConfigList<T> createList()
IConfigCategory<T> createCategory()