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