graphmine-core / io.github.sof3.graphmine.config / ConfigEntryDelegate
class ConfigEntryDelegate<T :
Any
> :
ReadWriteProperty
<
ConfigSpec
,
T
>
The delegate class to a config entry
See Also
getValue | operator fun getValue(thisRef: ConfigSpec , property: KProperty <*>): T |
setValue | operator fun setValue(thisRef: ConfigSpec , property: KProperty <*>, value: T ): Unit |