Class PrimitiveValueMapper<T extends PrimitiveValue<?>>

java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<T>
All Implemented Interfaces:
ValueMapper<T>
Direct Known Subclasses:
BooleanValueMapper, ByteArrayValueMapper, DateValueMapper, JsonValueMapper, NumberValueMapper, StringValueMapper, XmlValueMapper

public abstract class PrimitiveValueMapper<T extends PrimitiveValue<?>> extends AbstractTypedValueMapper<T>