Uses of Interface
de.xima.fc.interfaces.workflow.value.IMapValueBuilder
Packages that use IMapValueBuilder
-
Uses of IMapValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IMapValueBuilderModifier and TypeMethodDescriptiondefault <V> IMapValueBuilder<V>
IValueBuilder.asMap()
Casts this builder to a map value builder.IMapValueBuilder.put
(String key, IValueCreator<V> creator) Sets the value in the map at the given key to the given value.default IMapValueBuilder<V>
Sets the value in the map at the given key to the given value.default IMapValueBuilder<V>