Uses of Interface
de.xima.fc.interfaces.workflow.value.IAnyValueDescriptor
Packages that use IAnyValueDescriptor
Package
Description
-
Uses of IAnyValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IAnyValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a value descriptor of any type.Methods in de.xima.fc.interfaces.workflow.value that return IAnyValueDescriptorModifier and TypeMethodDescriptiondefault IAnyValueDescriptorIValueDescriptorFactory.any()Gets a value descriptor that allows any type of value.default IAnyValueDescriptorGets a value descriptor that allows any type of value.IValueDescriptor.asAny()Casts this descriptor to an any value descriptor type.IAnyValueDescriptor.withAddedAttribute(String key, Object value) IAnyValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IAnyValueDescriptor.withAttributes(Map<String, Object> attributes) IAnyValueDescriptor.withDefaultValue(Object defaultValue) IAnyValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IAnyValueDescriptorModifier and TypeMethodDescriptionIValueDescriptorTypeCoercer.coerceAny(Object value, IAnyValueDescriptor descriptor) Attempts to coerce the given value to an any value.default RIValueDescriptorTypeMatcher.matchAny(IAnyValueDescriptor descriptor) -
Uses of IAnyValueDescriptor in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return IAnyValueDescriptor -
Uses of IAnyValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IAnyValueDescriptor