graphmine-core / io.github.sof3.graphmine.config / ConfigSpec / GroupDelegate
protected inner class GroupDelegate<G : ConfigGroupSpec<G>>
Used in property delegation. Config groups are included in the parent group by property delegation.
G - the actual group spec class
See Also
| <init> | GroupDelegate(group: G)Used in property delegation. Config groups are included in the parent group by property delegation. |
| provideDelegate | operator fun provideDelegate(thisRef: ConfigSpec, property: KProperty<*>): Ref<G>Provides delegation to the backing group. |