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