GraphMine

graphmine-core / io.github.sof3.graphmine.config / ConfigEntryDelegate

ConfigEntryDelegate

class ConfigEntryDelegate<T : Any> : ReadWriteProperty<ConfigSpec, T>

The delegate class to a config entry

See Also

ConfigSpec.entry

Functions

getValue operator fun getValue(thisRef: ConfigSpec, property: KProperty<*>): T
setValue operator fun setValue(thisRef: ConfigSpec, property: KProperty<*>, value: T): Unit