ConfigurationUpdateStrategy

A strategy that specifies what happens to the existing configuration value after changing the default value.

Parameters

serializationName

A string representation of an update strategy that is used in configuration files.

Entries

Link copied to clipboard

Keep the existing value.

Link copied to clipboard

Update the configuration value if it has not been modified.

Link copied to clipboard

Override the existing value to the new default value.

Properties

Link copied to clipboard
val serializationName: String

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int