Map Property
Represents a property whose type is a Map of keys of type K and values of type V. Retains iteration order.
You can create a MapProperty instance using factory method mapProperty.
Note: This interface is not intended for implementation by build script or plugin authors.
Since
5.1
Parameters
<K>
the type of keys.
<V>
the type of values.
Functions
Link copied to clipboard
Sets the value of this property to the entries of the given Map, and replaces any existing value
Sets the property to have the same value of the given provider, and replaces any existing value
Link copied to clipboard
Specifies the value to use as the convention for this property.
Specifies the provider of the value to use as the convention for this property.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the value of this property to an empty map, and replaces any existing value.
Link copied to clipboard
Disallows further changes to the value of this property.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the value of this property to the entries of the given Map, and replaces any existing value.
Sets the property to have the same value of the given provider, and replaces any existing value.
Link copied to clipboard
This is similar to calling value with a
null
argument.Link copied to clipboard
This is similar to calling convention with a
null
argument.Link copied to clipboard
Sets the value of this property to the entries of the given Map, and replaces any existing value.
Sets the property to have the same value of the given provider, and replaces any existing value.