T
- the type of objectpublic interface ConfigObject<T>
Modifier and Type | Method and Description |
---|---|
T |
getObject()
The bound object.
|
String |
getPath()
The path to the config item.
|
Class<T> |
getType()
The raw type of the config item.
|
TypeToken<T> |
getTypeToken()
The complete type of the config item.
|
String getPath()
Class<T> getType()
TypeToken<T> getTypeToken()
T getObject()