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