Package org.gradle.api.provider
@Incubating
@NonNullApi
package org.gradle.api.provider
The interfaces for value providers.
- Since:
- 4.0
-
InterfacesClassDescriptionRepresents a property whose value can be set using multiple elements of type
T, such as a collection property.ListProperty<T>Property<T>AProviderrepresentation for capturing the state of a property.Deprecated.Provider<T>A container object that provides a value of a specific type.A factory for creating instances ofProviderandPropertyState.SetProperty<T>
Propertyinstead.