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.