Uses of Interface
org.operaton.bpm.client.variable.impl.ValueMappers
Packages that use ValueMappers
-
Uses of ValueMappers in org.operaton.bpm.client.impl
Fields in org.operaton.bpm.client.impl declared as ValueMappersModifier and TypeFieldDescriptionprotected ValueMappersExternalTaskClientBuilderImpl.valueMappersMethods in org.operaton.bpm.client.impl that return ValueMappers -
Uses of ValueMappers in org.operaton.bpm.client.variable.impl
Classes in org.operaton.bpm.client.variable.impl that implement ValueMappersFields in org.operaton.bpm.client.variable.impl declared as ValueMappersModifier and TypeFieldDescriptionprotected ValueMappers<T> VariableValue.mappersprotected ValueMappersTypedValues.serializersMethods in org.operaton.bpm.client.variable.impl that return ValueMappersModifier and TypeMethodDescriptionDefaultValueMappers.addMapper(ValueMapper<T> serializer) ValueMappers.addMapper(ValueMapper<T> serializer) Constructors in org.operaton.bpm.client.variable.impl with parameters of type ValueMappersModifierConstructorDescriptionTypedValues(ValueMappers serializers) VariableValue(String executionId, String variableName, TypedValueField typedValueField, ValueMappers<T> mappers)