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(java.lang.String jsonValue)static JsonValueClientValues. jsonValue(java.lang.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(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(java.lang.Object value, java.util.Map<java.lang.String,java.lang.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
-