Value Dsl
Base class providing DSL property delegates for value handling, including transformation, validation, and list management.
Inheritors
Functions
Creates a property delegate with validation and transformation logic.
Creates a non-replaceable mutable list property delegate with element transformations and a hook.
Creates an optional property delegate (nullable).
Creates a property delegate with a default value and optional transformations.
Creates a replaceable list property delegate with element transformations and hooks.
Creates a required (non-null) property delegate.
Attempts to bypass hooks on a MutableList if it is an instance of DslMutableList.
Creates a property delegate with custom get/set transformations.
Creates a mutable list property delegate with transformations and a hook.
Creates a read-write list property delegate with transformations and hooks.