Uses of Interface
de.xima.fc.interfaces.workflow.value.IRecordValueBuilder
Packages that use IRecordValueBuilder
Package
Description
-
Uses of IRecordValueBuilder in de.xima.fc.interfaces.workflow.value
Subclasses with type arguments of type IRecordValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeClassDescriptionstatic final classNode representing a record member at a certain key in a record value descriptor.Subinterfaces with type arguments of type IRecordValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceinterfaceAIValueDescriptorfor a record value, i.e. aMapwith a certain shape.interfaceA builder for aIRecordValueDescriptor.Methods in de.xima.fc.interfaces.workflow.value that return IRecordValueBuilderModifier and TypeMethodDescriptiondefault IRecordValueBuilderIValueBuilder.asRecord()default IRecordValueBuilderIValueConfigurator.asRecord()Casts this builder to a record value builder.default IRecordValueBuilderIRecordValueBuilder.asThis()IRecordValueBuilder.property(String key, IValueCreator creator) Supplies a value for the given property name.default IRecordValueBuilderIRecordValueBuilder.property(String key, Class<?> ignoredMemberClass, IValueCreator creator) Deprecated.default IRecordValueBuilderSupplies a value for the given property name.Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IRecordValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenRecord(Consumer<? super IRecordValueBuilder> action) default IValueBuilder<T> IValueBuilder.whenRecord(Consumer<? super IRecordValueBuilder> action) default IValueConfiguratorIValueConfigurator.whenRecord(Consumer<? super IRecordValueBuilder> action) Execute the given action with this builder as a record value builder, if this builder is of that type. -
Uses of IRecordValueBuilder in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IRecordValueBuilderModifier and TypeMethodDescriptionRecordValueDescriptorWrapper.builder()RecordValueDescriptorWrapper.builder(IValueBuilderOptions options)
IRecordValueBuilder.property(String, IValueCreator).