Uses of Interface
org.camunda.bpm.engine.impl.variable.serializer.VariableSerializerFactory
-
Packages that use VariableSerializerFactory Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.variable.serializer -
-
Uses of VariableSerializerFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as VariableSerializerFactory Modifier and Type Field Description protected VariableSerializerFactoryProcessEngineConfigurationImpl. fallbackSerializerFactoryMethods in org.camunda.bpm.engine.impl.cfg that return VariableSerializerFactory Modifier and Type Method Description VariableSerializerFactoryProcessEngineConfigurationImpl. getFallbackSerializerFactory()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type VariableSerializerFactory Modifier and Type Method Description voidProcessEngineConfigurationImpl. setFallbackSerializerFactory(VariableSerializerFactory fallbackSerializerFactory) -
Uses of VariableSerializerFactory in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type VariableSerializerFactory Modifier and Type Method Description TypedValueSerializer<?>DefaultVariableSerializers. findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value, VariableSerializerFactory fallBackSerializerFactory)TypedValueSerializerVariableSerializers. findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value, VariableSerializerFactory fallBackSerializerFactory)Selects theTypedValueSerializerwhich should be used for persisting a VariableValue.
-