strongNode

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

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