Uses of Interface
de.xima.fc.interfaces.workflow.value.IMapValueBuilder
Packages that use IMapValueBuilder
-
Uses of IMapValueBuilder in de.xima.fc.interfaces.workflow.value
Subclasses with type arguments of type IMapValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeClassDescriptionstatic final classNode representing the map value descriptor of a map value descriptor.Subinterfaces with type arguments of type IMapValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a map value.interfaceAIValueDescriptorfor a map value.interfaceAIValueDescriptorBuilderfor creating a map value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IMapValueBuilderModifier and TypeMethodDescriptiondefault <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.put(String key, IValueCreator 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.Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IMapValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenMap(Consumer<? super IMapValueBuilder<?>> action) default IValueBuilder<T> IValueBuilder.whenMap(Consumer<? super IMapValueBuilder<?>> action) default IValueConfiguratorIValueConfigurator.whenMap(Consumer<? super IMapValueBuilder<?>> action) Execute the given action with this builder as a map value builder, if this builder is of that type.