invoke
Configures an object by name, without triggering its creation or configuration, failing if there is no such object.
See also
Named Domain Object Container. named
Named Domain Object Provider. configure
operator fun <U : T> String.invoke(type: KClass<U>, configuration: U.() -> Unit): NamedDomainObjectProvider<U>(source)
Configures an object by name, without triggering its creation or configuration, failing if there is no such object.
See also
Polymorphic Domain Object Container. named
Named Domain Object Provider. configure
Locates an object by name and type, without triggering its creation or configuration, failing if there is no such object.
See also
Polymorphic Domain Object Container. named
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 Domain Object Container. named