NamedDomainObjectCollectionDelegateProvider

Deprecated

Use 'val element = getByName(name)' instead. See the Gradle 9.6 upgrading guide.

Enables typed access to container elements via delegated properties.

Since

4.1

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<T?>