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