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 JsonValue
ClientValues. jsonValue(String jsonValue)
static JsonValue
ClientValues. 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 JsonValue
JsonValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
JsonValue
JsonValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type JsonValue Modifier and Type Method Description void
JsonValueMapper. 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 JsonValue
JsonTypeImpl. 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 class
JsonValueImpl
-