Uses of Interface
org.camunda.bpm.client.variable.impl.ValueMappers
-
Packages that use ValueMappers Package Description org.camunda.bpm.client.impl org.camunda.bpm.client.variable.impl -
-
Uses of ValueMappers in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as ValueMappers Modifier and Type Field Description protected ValueMappers
ExternalTaskClientBuilderImpl. valueMappers
Methods in org.camunda.bpm.client.impl that return ValueMappers Modifier and Type Method Description ValueMappers
ExternalTaskClientBuilderImpl. getValueMappers()
-
Uses of ValueMappers in org.camunda.bpm.client.variable.impl
Classes in org.camunda.bpm.client.variable.impl that implement ValueMappers Modifier and Type Class Description class
DefaultValueMappers<T extends TypedValue>
Fields in org.camunda.bpm.client.variable.impl declared as ValueMappers Modifier and Type Field Description protected ValueMappers
VariableValue. mappers
protected ValueMappers
TypedValues. serializers
Methods in org.camunda.bpm.client.variable.impl that return ValueMappers Modifier and Type Method Description ValueMappers
DefaultValueMappers. addMapper(ValueMapper<T> serializer)
ValueMappers
ValueMappers. addMapper(ValueMapper<T> serializer)
Constructors in org.camunda.bpm.client.variable.impl with parameters of type ValueMappers Constructor Description TypedValues(ValueMappers serializers)
VariableValue(String processInstanceId, String variableName, TypedValueField typedValueField, ValueMappers mappers)
-