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()Casts this builder to a map value builder.IMapValueBuilder<V>IMapValueBuilder. put(String key, IValueCreator<V> creator)Sets the value in the map at the given key to the given value.default IMapValueBuilder<V>IMapValueBuilder. put(String key, V value)Sets the value in the map at the given key to the given value.default IMapValueBuilder<V>IMapValueBuilder. value(Map<String,V> value) 
 -