Class PlatformBigIntegerVariableConverter
java.lang.Object
com.flowable.platform.service.work.PlatformBigIntegerVariableConverter
- All Implemented Interfaces:
RestVariableConverter,org.flowable.common.rest.variable.RestVariableConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvertToRestVariable(Object value) convertToRestVariable(Object value) fromRestValue(Object value) Class<?> 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
-
PlatformBigIntegerVariableConverter
public PlatformBigIntegerVariableConverter()
-
-
Method Details
-
fromRestValue
- Specified by:
fromRestValuein interfaceRestVariableConverter
-
convertToRestVariable
- Specified by:
convertToRestVariablein interfaceRestVariableConverter
-
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
-