Class Jackson2JsonObjectRestVariableConverter
java.lang.Object
org.flowable.common.rest.variable.Jackson2JsonObjectRestVariableConverter
- All Implemented Interfaces:
RestVariableConverter
@Deprecated
public class Jackson2JsonObjectRestVariableConverter
extends Object
implements RestVariableConverter
Deprecated.
Support for converting Jackson 2 JSON variables over REST.
This is only for transforming Jackson 2 JSON variables from a variable to REST.
It does not support receiving a JSON variable and transforming it as a Jackson 3 variable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected tools.jackson.databind.ObjectMapperDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionJackson2JsonObjectRestVariableConverter(tools.jackson.databind.ObjectMapper objectMapper) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertVariableValue(Object variableValue, EngineRestVariable result) Deprecated.Converts the given value and sets the converted value in the givenEngineRestVariable.Deprecated.Simple type-name used by this converter.Class<?> Deprecated.Type of variables this converter is able to convert.getVariableValue(EngineRestVariable result) Deprecated.Extract the variable value to be used in the engine from the givenEngineRestVariable.
-
Field Details
-
objectMapper
protected tools.jackson.databind.ObjectMapper objectMapperDeprecated.
-
-
Constructor Details
-
Jackson2JsonObjectRestVariableConverter
public Jackson2JsonObjectRestVariableConverter(tools.jackson.databind.ObjectMapper objectMapper) Deprecated.
-
-
Method Details
-
getRestTypeName
Deprecated.Description copied from interface:RestVariableConverterSimple type-name used by this converter.- Specified by:
getRestTypeNamein interfaceRestVariableConverter
-
getVariableType
Deprecated.Description copied from interface:RestVariableConverterType of variables this converter is able to convert.- Specified by:
getVariableTypein interfaceRestVariableConverter
-
getVariableValue
Deprecated.Description copied from interface:RestVariableConverterExtract the variable value to be used in the engine from the givenEngineRestVariable.- Specified by:
getVariableValuein interfaceRestVariableConverter
-
convertVariableValue
Deprecated.Description copied from interface:RestVariableConverterConverts the given value and sets the converted value in the givenEngineRestVariable.- Specified by:
convertVariableValuein interfaceRestVariableConverter
-