Uses of Interface
org.camunda.bpm.client.variable.impl.ValueMapper
-
Packages that use ValueMapper Package Description org.camunda.bpm.client.variable.impl org.camunda.bpm.client.variable.impl.mapper -
-
Uses of ValueMapper in org.camunda.bpm.client.variable.impl
Classes in org.camunda.bpm.client.variable.impl that implement ValueMapper Modifier and Type Class Description class
AbstractTypedValueMapper<T extends TypedValue>
Fields in org.camunda.bpm.client.variable.impl declared as ValueMapper Modifier and Type Field Description protected ValueMapper<T>
VariableValue. serializer
Fields in org.camunda.bpm.client.variable.impl with type parameters of type ValueMapper Modifier and Type Field Description protected List<ValueMapper<? extends TypedValue>>
DefaultValueMappers. serializerList
Methods in org.camunda.bpm.client.variable.impl that return ValueMapper Modifier and Type Method Description ValueMapper<T>
DefaultValueMappers. findMapperForTypedValue(T typedValue)
ValueMapper
ValueMappers. findMapperForTypedValue(T value)
ValueMapper<T>
DefaultValueMappers. findMapperForTypedValueField(TypedValueField typedValueField)
ValueMapper<T>
ValueMappers. findMapperForTypedValueField(TypedValueField value)
protected <T extends TypedValue>
ValueMapper<T>TypedValues. findSerializer(T typedValue)
ValueMapper<T>
VariableValue. getSerializer()
Methods in org.camunda.bpm.client.variable.impl with parameters of type ValueMapper Modifier and Type Method Description ValueMappers
DefaultValueMappers. addMapper(ValueMapper<T> serializer)
ValueMappers
ValueMappers. addMapper(ValueMapper<T> serializer)
-
Uses of ValueMapper in org.camunda.bpm.client.variable.impl.mapper
Classes in org.camunda.bpm.client.variable.impl.mapper that implement ValueMapper Modifier and Type Class Description class
BooleanValueMapper
class
ByteArrayValueMapper
class
DateValueMapper
class
DoubleValueMapper
class
FileValueMapper
class
IntegerValueMapper
class
JsonValueMapper
class
LongValueMapper
class
NullValueMapper
class
NumberValueMapper<T extends PrimitiveValue<?>>
class
ObjectValueMapper
class
PrimitiveValueMapper<T extends PrimitiveValue<?>>
class
ShortValueMapper
class
StringValueMapper
class
XmlValueMapper
-