public interface RestVariableConverter
| Modifier and Type | Method and Description |
|---|---|
void |
convertVariableValue(Object variableValue,
EngineRestVariable result)
Converts the given value and sets the converted value in the given
EngineRestVariable. |
String |
getRestTypeName()
Simple type-name used by this converter.
|
Class<?> |
getVariableType()
Type of variables this converter is able to convert.
|
Object |
getVariableValue(EngineRestVariable result)
Extract the variable value to be used in the engine from the given
EngineRestVariable. |
String getRestTypeName()
Class<?> getVariableType()
Object getVariableValue(EngineRestVariable result)
EngineRestVariable.void convertVariableValue(Object variableValue, EngineRestVariable result)
EngineRestVariable.Copyright © 2020 Flowable. All rights reserved.