Class ValueBuilderOptions
java.lang.Object
de.xima.fc.interfaces.workflow.value.ValueBuilderOptions
Utility class to create
IValueBuilderOptions instances.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic IValueBuilderConfiguratorCreates a new configurator to createIValueBuilderOptionsinstances.static IValueBuilderOptionsdefaults()Returns the default options for a value builder.static IValueBuilderOptionsGets a set of options with themutable flagdisabled and the default values for all other options.static IValueBuilderOptionsmutable()Gets a set of options with themutable flagenabled and the default values for all other options.
-
Method Details
-
configurator
Creates a new configurator to createIValueBuilderOptionsinstances.- Returns:
- A new configurator.
-
defaults
Returns the default options for a value builder. SeeIValueBuilderOptionsfor details on the default values for each option.- Returns:
- The default options.
-
immutable
Gets a set of options with themutable flagdisabled and the default values for all other options.- Returns:
- Options for building an immutable value.
-
mutable
Gets a set of options with themutable flagenabled and the default values for all other options.- Returns:
- Options for building a mutable value.
-