Uses of Interface
de.xima.fc.interfaces.workflow.value.IMapValueDescriptor
Packages that use IMapValueDescriptor
Package
Description
-
Uses of IMapValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IMapValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a map value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IMapValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asMap()Casts this descriptor to a map value descriptor type.<S> IMapValueDescriptor<S> Casts this descriptor to a map value descriptor type.ValueDescriptorNode.MapValue.container()default <V> IMapValueDescriptor<V> IValueDescriptorFactory.map(IValueDescriptor<V, ? extends IValueBuilder<V>> descriptor) default IMapValueDescriptor<?> IValueDescriptorFactory.map(IValueDescriptorCreator elementType) default IMapValueDescriptor<LargeString> IValueDescriptorFactory.mapToLargeStrings()default IMapValueDescriptor<LargeString> IValueDescriptorFactory.mapToLargeStrings(String descriptionI18n) Deprecated.default IMapValueDescriptor<String> IValueDescriptorFactory.mapToStrings()default IMapValueDescriptor<String> IValueDescriptorFactory.mapToStrings(String descriptionI18n) IMapValueDescriptor.withAddedAttribute(String key, Object value) IMapValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IMapValueDescriptor.withAttributes(Map<String, Object> attributes) IMapValueDescriptor.withDefaultValue(Object defaultValue) IMapValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IMapValueDescriptorModifier and TypeMethodDescriptionIValueDescriptorTypeCoercer.coerceMap(Object value, IMapValueDescriptor<?> descriptor) Attempts to coerce the given value to a map value.static <V> ValueDescriptorNode.MapValue<V> ValueDescriptorNode.map(IMapValueDescriptor<V> map) Wraps a map value descriptor into aValueDescriptorNode.MapValuenode.default RIValueDescriptorTypeMatcher.matchMap(IMapValueDescriptor<?> descriptor) -
Uses of IMapValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IMapValueDescriptorModifier and TypeMethodDescriptionRecordValueDescriptorWrapper.asMap()<S> IMapValueDescriptor<S>
IValueDescriptorFactory.mapBuilder(IValueDescriptorCreator)withIValueDescriptorBuilder.addAttribute(String, Object).