node

@JvmName(name = "weakNodeTyped")
fun <C : ScopedConfigurationNode<C>> Provider<C>.node(vararg path: String): Provider<C>
fun Provider<ConfigurationNode>.node(vararg path: String): Provider<ConfigurationNode>

Gets or creates a Provider for a child node under path.

The returned provider will only be stored in a WeakReference in the parent provider.