Class DataDictionaryVariableRestConverter
java.lang.Object
com.flowable.platform.service.datadictionary.DataDictionaryVariableRestConverter
- All Implemented Interfaces:
RestVariableConverter
,RestVariableConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvertToRestVariable
(Object value) convertToRestVariable
(Object value) fromRestValue
(Object value) Class<?>
protected com.fasterxml.jackson.databind.JsonNode
toRestRepresentation
(DataDictionaryVariable variable) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.core.common.rest.variable.RestVariableConverter
convertVariableValue, getVariableValue
-
Constructor Details
-
DataDictionaryVariableRestConverter
public DataDictionaryVariableRestConverter()
-
-
Method Details
-
fromRestValue
- Specified by:
fromRestValue
in interfaceRestVariableConverter
-
convertToRestVariable
- Specified by:
convertToRestVariable
in interfaceRestVariableConverter
-
toRestRepresentation
protected com.fasterxml.jackson.databind.JsonNode toRestRepresentation(DataDictionaryVariable variable) -
canConvertToRestVariable
- Specified by:
canConvertToRestVariable
in interfaceRestVariableConverter
-
getRestTypeName
- Specified by:
getRestTypeName
in interfaceRestVariableConverter
-
getVariableType
- Specified by:
getVariableType
in interfaceRestVariableConverter
-