Uses of Interface
de.xima.fc.interfaces.workflow.value.IRecordValueBuilder
Packages that use IRecordValueBuilder
-
Uses of IRecordValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IRecordValueBuilderModifier and TypeMethodDescriptiondefault IRecordValueBuilder
IValueBuilder.asRecord()
Casts this builder to a record value builder.IRecordValueBuilder.property
(String key, Class<? extends T> memberClass, IValueCreator<T> creator) Supplies a value for the given property name.default <T> IRecordValueBuilder
Supplies a value for the given property name.default IRecordValueBuilder