public class DateRestVariableConverter extends Object implements RestVariableConverter
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.util.ISO8601DateFormat |
isoFormatter |
| Constructor and Description |
|---|
DateRestVariableConverter() |
| 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. |
protected com.fasterxml.jackson.databind.util.ISO8601DateFormat isoFormatter
public String getRestTypeName()
RestVariableConvertergetRestTypeName in interface RestVariableConverterpublic Class<?> getVariableType()
RestVariableConvertergetVariableType in interface RestVariableConverterpublic Object getVariableValue(RestVariable result)
RestVariableConverterRestVariable.getVariableValue in interface RestVariableConverterpublic void convertVariableValue(Object variableValue, RestVariable result)
RestVariableConverterRestVariable.convertVariableValue in interface RestVariableConverterCopyright © 2016 Alfresco. All rights reserved.