Uses of Class
org.activiti.api.runtime.model.impl.ProcessVariablesMap
-
Packages that use ProcessVariablesMap Package Description org.activiti.api.runtime.model.impl -
-
Uses of ProcessVariablesMap in org.activiti.api.runtime.model.impl
Methods in org.activiti.api.runtime.model.impl that return ProcessVariablesMap Modifier and Type Method Description ProcessVariablesMap<K,V>ProcessVariablesMap. clone()ProcessVariablesMap<String,Object>ProcessVariablesMapDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in org.activiti.api.runtime.model.impl with parameters of type ProcessVariablesMap Modifier and Type Method Description voidProcessVariablesMapSerializer. serialize(ProcessVariablesMap<String,Object> processVariablesMap, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-