invoke
Configures an object by name, without triggering its creation or configuration, failing if there is no such object.
See also
Named
Named
operator fun <U : T> String.invoke(type: KClass<U>, configuration: U.() -> Unit): NamedDomainObjectProvider<U>
Configures an object by name, without triggering its creation or configuration, failing if there is no such object.
See also
Polymorphic
Named
Locates an object by name and type, without triggering its creation or configuration, failing if there is no such object.
See also
Polymorphic
Deprecated
Use named(String) instead.
Replace with
named(this)Content copied to clipboard
Locates an object by name, without triggering its creation or configuration, failing if there is no such object.
See also
Named