Uses of Interface
org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
Packages that use TypedValueSerializer
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return TypedValueSerializerModifier and TypeMethodDescriptionprotected TypedValueSerializer
SingleQueryVariableValueCondition.determineSerializer
(VariableSerializers serializers, TypedValue value) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type TypedValueSerializerModifier and TypeFieldDescriptionprotected List<TypedValueSerializer>
ProcessEngineConfigurationImpl.customPostVariableSerializers
protected List<TypedValueSerializer>
ProcessEngineConfigurationImpl.customPreVariableSerializers
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type TypedValueSerializerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostVariableSerializers()
ProcessEngineConfigurationImpl.getCustomPreVariableSerializers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type TypedValueSerializerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomPostVariableSerializers
(List<TypedValueSerializer> customPostVariableTypes) ProcessEngineConfigurationImpl.setCustomPreVariableSerializers
(List<TypedValueSerializer> customPreVariableTypes) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return TypedValueSerializerModifier and TypeMethodDescriptionHistoricDetailVariableInstanceUpdateEntity.getSerializer()
HistoricVariableInstanceEntity.getSerializer()
VariableInstanceEntity.getSerializer()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TypedValueSerializerModifier and TypeMethodDescriptionvoid
VariableInstanceEntity.setSerializer
(TypedValueSerializer<?> serializer) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.persistence.entity.util
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as TypedValueSerializerMethods in org.camunda.bpm.engine.impl.persistence.entity.util that return TypedValueSerializerModifier and TypeMethodDescriptionstatic TypedValueSerializer<?>
TypedValueField.getFallbackSerializer
(String serializerName) TypedValueField.getSerializer()
-
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.variable.serializer
Classes in org.camunda.bpm.engine.impl.variable.serializer that implement TypedValueSerializerModifier and TypeClassDescriptionclass
Abstract implementation of aTypedValueSerializer
forObjectValues
.class
class
AbstractTypedValueSerializer<T extends TypedValue>
class
Serializes booleans as long values.class
class
Serializes Dates as long valuesclass
class
class
class
Uses default java serialization to serialize java objects as byte streams.class
class
Used to serialize untyped null values.class
PrimitiveValueSerializer<T extends PrimitiveValue<?>>
class
class
Fields in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type TypedValueSerializerModifier and TypeFieldDescriptionprotected List<TypedValueSerializer<?>>
DefaultVariableSerializers.serializerList
protected Map<String,
TypedValueSerializer<?>> DefaultVariableSerializers.serializerMap
Methods in org.camunda.bpm.engine.impl.variable.serializer that return TypedValueSerializerModifier and TypeMethodDescriptionDefaultVariableSerializers.findSerializerForValue
(TypedValue value) DefaultVariableSerializers.findSerializerForValue
(TypedValue value, VariableSerializerFactory fallBackSerializerFactory) VariableSerializers.findSerializerForValue
(TypedValue value) Same as callingVariableSerializers.findSerializerForValue(TypedValue, VariableSerializerFactory)
with no fallback serializer factory.VariableSerializers.findSerializerForValue
(TypedValue value, VariableSerializerFactory fallBackSerializerFactory) Selects theTypedValueSerializer
which should be used for persisting a VariableValue.VariableSerializerFactory.getSerializer
(String serializerName) VariableSerializerFactory.getSerializer
(TypedValue value) DefaultVariableSerializers.getSerializerByName
(String serializerName) VariableSerializers.getSerializerByName
(String serializerName) Methods in org.camunda.bpm.engine.impl.variable.serializer that return types with arguments of type TypedValueSerializerModifier and TypeMethodDescriptionDefaultVariableSerializers.getSerializers()
VariableSerializers.getSerializers()
Returns the serializers as a list in the order of their indices.Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type TypedValueSerializerModifier and TypeMethodDescriptionDefaultVariableSerializers.addSerializer
(TypedValueSerializer<?> serializer) DefaultVariableSerializers.addSerializer
(TypedValueSerializer<?> serializer, int index) VariableSerializers.addSerializer
(TypedValueSerializer<?> serializer) VariableSerializers.addSerializer
(TypedValueSerializer<?> serializer, int index) Add type at the given index.int
DefaultVariableSerializers.getSerializerIndex
(TypedValueSerializer<?> serializer) int
VariableSerializers.getSerializerIndex
(TypedValueSerializer<?> serializer) DefaultVariableSerializers.removeSerializer
(TypedValueSerializer<?> serializer) VariableSerializers.removeSerializer
(TypedValueSerializer<?> serializer) Method parameters in org.camunda.bpm.engine.impl.variable.serializer with type arguments of type TypedValueSerializerModifier and TypeMethodDescriptionvoid
DefaultVariableSerializers.setSerializerList
(List<TypedValueSerializer<?>> serializerList) -
Uses of TypedValueSerializer in org.camunda.spin.plugin.impl
Classes in org.camunda.spin.plugin.impl that implement TypedValueSerializerModifier and TypeClassDescriptionclass
class
class
Implementation of aTypedValueSerializer
forObjectValues
using a Spin-providedDataFormat
to serialize and deserialize java objects.class
class
Methods in org.camunda.spin.plugin.impl that return TypedValueSerializerModifier and TypeMethodDescriptionSpinFallbackSerializerFactory.getSerializer
(String serializerName) SpinFallbackSerializerFactory.getSerializer
(TypedValue value) Methods in org.camunda.spin.plugin.impl that return types with arguments of type TypedValueSerializerModifier and TypeMethodDescriptionstatic List<TypedValueSerializer<?>>
SpinVariableSerializers.createObjectValueSerializers
(org.camunda.spin.DataFormats dataFormats) static List<TypedValueSerializer<?>>
SpinVariableSerializers.createSpinValueSerializers
(org.camunda.spin.DataFormats dataFormats) protected List<TypedValueSerializer<?>>
SpinBpmPlatformPlugin.lookupSpinSerializers
(ClassLoader classLoader) protected List<TypedValueSerializer<?>>
SpinProcessEnginePlugin.lookupSpinSerializers()