Uses of Interface
de.xima.fc.interfaces.workflow.value.IMapValueBuilder
-
Packages that use IMapValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IMapValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IMapValueBuilder Modifier and Type Method Description default <V> IMapValueBuilder<V>
IValueBuilder. asMap()
default <V> IMapValueBuilder<V>
IValueConfigurator. asMap()
Casts this builder to a map value builder.default IMapValueBuilder<V>
IMapValueBuilder. asThis()
IMapValueBuilder<V>
IMapValueBuilder. put(String key, IValueCreator creator)
Sets the value in the map at the given key to the given value.default IMapValueBuilder<V>
IMapValueBuilder. put(String key, Object value)
Sets the value in the map at the given key to the given value.default IMapValueBuilder<V>
IMapValueBuilder. value(Object value)
Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IMapValueBuilder Modifier and Type Method Description default Builder
ISubTypeValueBuilder. whenMap(Consumer<? super IMapValueBuilder<?>> action)
default IValueBuilder<T>
IValueBuilder. whenMap(Consumer<? super IMapValueBuilder<?>> action)
default IValueConfigurator
IValueConfigurator. whenMap(Consumer<? super IMapValueBuilder<?>> action)
Execute the given action with this builder as a map value builder, if this builder is of that type.
-