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 TypeMethodDescriptionboolean
canConvertToRestVariable
(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, wait
Methods inherited from interface com.flowable.core.common.rest.variable.RestVariableConverter
convertVariableValue, getVariableValue
-
Constructor Details
-
PlatformBigIntegerVariableConverter
public PlatformBigIntegerVariableConverter()
-
-
Method Details
-
fromRestValue
- Specified by:
fromRestValue
in interfaceRestVariableConverter
-
convertToRestVariable
- Specified by:
convertToRestVariable
in interfaceRestVariableConverter
-
canConvertToRestVariable
- Specified by:
canConvertToRestVariable
in interfaceRestVariableConverter
-
getRestTypeName
- Specified by:
getRestTypeName
in interfaceorg.flowable.common.rest.variable.RestVariableConverter
-
getVariableType
- Specified by:
getVariableType
in interfaceorg.flowable.common.rest.variable.RestVariableConverter
-