Interface IAnyValueBuilder
-
- All Superinterfaces:
org.apache.commons.lang3.builder.Builder<Object>
,ISubTypeValueBuilder<Object,IAnyValueBuilder>
,IValueBuilder<Object>
,IValueConfigurator
public interface IAnyValueBuilder extends ISubTypeValueBuilder<Object,IAnyValueBuilder>
AIValueBuilder
for creating a value of any type.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IAnyValueBuilder
asThis()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.value.ISubTypeValueBuilder
value, whenBoolean, whenConst, whenFloat, whenInteger, whenList, whenMap, whenNull, whenRecord, whenString, whenTuple, whenUnion, whenVoid
-
-
-
-
Method Detail
-
asThis
default IAnyValueBuilder asThis()
- Specified by:
asThis
in interfaceISubTypeValueBuilder<Object,IAnyValueBuilder>
- Returns:
- This instance.
-
-