Uses of Class
org.camunda.bpm.engine.impl.json.JsonObjectConverter
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch
Modifier and TypeClassDescriptionclass
class
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.deletion
Modifier and TypeClassDescriptionclass
class
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format. -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.externaltask
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.job
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.removaltime
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.update
Modifier and TypeClassDescriptionclass
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.variables
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.dmn.batch
Modifier and TypeClassDescriptionclass
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.json
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprotected JsonObjectConverter<T>
JsonArrayOfObjectsConverter.objectConverter
ModifierConstructorDescriptionJsonArrayOfObjectsConverter
(JsonObjectConverter<T> objectConverter) -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionstatic final Map<String,
JsonObjectConverter<?>> FilterEntity.queryConverter
Modifier and TypeMethodDescriptionprotected <T> JsonObjectConverter<T>
FilterEntity.getConverter()
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic <T> void
JsonUtil.addElement
(com.google.gson.JsonArray jsonObject, JsonObjectConverter<T> converter, T value) static <T> void
JsonUtil.addField
(com.google.gson.JsonObject jsonObject, String name, JsonObjectConverter<T> converter, T value) static <T> void
JsonUtil.addListField
(com.google.gson.JsonObject jsonObject, String name, JsonObjectConverter<T> converter, List<T> list) static <T> T
JsonUtil.asJavaObject
(com.google.gson.JsonObject jsonObject, JsonObjectConverter<T> converter) static <T> List<T>
JsonUtil.asList
(com.google.gson.JsonArray jsonArray, JsonObjectConverter<T> converter) static <T,
S extends List<T>>
SJsonUtil.asList
(com.google.gson.JsonArray jsonArray, JsonObjectConverter<T> converter, Supplier<S> listSupplier)