Uses of Class
org.camunda.bpm.engine.impl.json.JsonObjectConverter
Packages that use JsonObjectConverter
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batchModifier and TypeClassDescriptionclass
class
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.deletion
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.deletionModifier and TypeClassDescriptionclass
class
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format. -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.externaltask
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.externaltask -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.job
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.job -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.removaltime
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.removaltime -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.update
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.updateModifier and TypeClassDescriptionclass
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.variables
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.variables -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.dmn.batch
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.dmn.batchModifier and TypeClassDescriptionclass
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.json
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.jsonModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in org.camunda.bpm.engine.impl.json declared as JsonObjectConverterModifier and TypeFieldDescriptionprotected JsonObjectConverter<T>
JsonArrayOfObjectsConverter.objectConverter
Constructors in org.camunda.bpm.engine.impl.json with parameters of type JsonObjectConverterModifierConstructorDescriptionJsonArrayOfObjectsConverter
(JsonObjectConverter<T> objectConverter) -
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type JsonObjectConverterModifier and TypeFieldDescriptionstatic final Map<String,
JsonObjectConverter<?>> FilterEntity.queryConverter
Methods in org.camunda.bpm.engine.impl.persistence.entity that return JsonObjectConverterModifier and TypeMethodDescriptionprotected <T> JsonObjectConverter<T>
FilterEntity.getConverter()
-
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type JsonObjectConverterModifier 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)