Uses of Interface
org.camunda.bpm.client.variable.impl.ValueMappers
Packages that use ValueMappers
-
Uses of ValueMappers in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as ValueMappersModifier and TypeFieldDescriptionprotected ValueMappers
ExternalTaskClientBuilderImpl.valueMappers
Methods in org.camunda.bpm.client.impl that return ValueMappers -
Uses of ValueMappers in org.camunda.bpm.client.variable.impl
Classes in org.camunda.bpm.client.variable.impl that implement ValueMappersFields in org.camunda.bpm.client.variable.impl declared as ValueMappersModifier and TypeFieldDescriptionprotected ValueMappers
VariableValue.mappers
protected ValueMappers
TypedValues.serializers
Methods in org.camunda.bpm.client.variable.impl that return ValueMappersModifier and TypeMethodDescriptionDefaultValueMappers.addMapper
(ValueMapper<T> serializer) ValueMappers.addMapper
(ValueMapper<T> serializer) Constructors in org.camunda.bpm.client.variable.impl with parameters of type ValueMappersModifierConstructorDescriptionTypedValues
(ValueMappers serializers) VariableValue
(String processInstanceId, String variableName, TypedValueField typedValueField, ValueMappers mappers)