Uses of Interface
org.camunda.bpm.client.variable.value.JsonValue
-
Packages that use JsonValue Package Description org.camunda.bpm.client.variable org.camunda.bpm.client.variable.impl.mapper org.camunda.bpm.client.variable.impl.type org.camunda.bpm.client.variable.impl.value -
-
Uses of JsonValue in org.camunda.bpm.client.variable
Methods in org.camunda.bpm.client.variable that return JsonValue Modifier and Type Method Description static JsonValueClientValues. jsonValue(String jsonValue)static JsonValueClientValues. jsonValue(String jsonValue, boolean isTransient) -
Uses of JsonValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return JsonValue Modifier and Type Method Description JsonValueJsonValueMapper. convertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue)JsonValueJsonValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type JsonValue Modifier and Type Method Description voidJsonValueMapper. writeValue(JsonValue jsonValue, TypedValueField typedValueField) -
Uses of JsonValue in org.camunda.bpm.client.variable.impl.type
Methods in org.camunda.bpm.client.variable.impl.type that return JsonValue Modifier and Type Method Description JsonValueJsonTypeImpl. createValue(Object value, Map<String,Object> valueInfo) -
Uses of JsonValue in org.camunda.bpm.client.variable.impl.value
Classes in org.camunda.bpm.client.variable.impl.value that implement JsonValue Modifier and Type Class Description classJsonValueImpl
-