Class StringValueMapper
- java.lang.Object
-
- org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<StringValue>
-
- org.camunda.bpm.client.variable.impl.mapper.StringValueMapper
-
- All Implemented Interfaces:
ValueMapper<StringValue>
public class StringValueMapper extends PrimitiveValueMapper<StringValue>
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
-
Constructor Summary
Constructors Constructor Description StringValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringValue
convertToTypedValue(UntypedValueImpl untypedValue)
StringValue
readValue(TypedValueField typedValueField)
void
writeValue(StringValue stringValue, TypedValueField typedValueField)
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canReadValue, canWriteValue, getType, isAssignable, readValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
-
-
-
Method Detail
-
convertToTypedValue
public StringValue convertToTypedValue(UntypedValueImpl untypedValue)
-
readValue
public StringValue readValue(TypedValueField typedValueField)
- Specified by:
readValue
in classPrimitiveValueMapper<StringValue>
-
writeValue
public void writeValue(StringValue stringValue, TypedValueField typedValueField)
-
-