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.AbstractTypedValueMappervalueType
 
- 
 - 
Constructor SummaryConstructors Constructor Description StringValueMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringValueconvertToTypedValue(UntypedValueImpl untypedValue)StringValuereadValue(TypedValueField typedValueField)voidwriteValue(StringValue stringValue, TypedValueField typedValueField)- 
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMappercanReadValue, canWriteValue, getType, isAssignable, readValue
 - 
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappercanHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
 
- 
 
- 
- 
- 
Method Detail- 
convertToTypedValuepublic StringValue convertToTypedValue(UntypedValueImpl untypedValue) 
 - 
readValuepublic StringValue readValue(TypedValueField typedValueField) - Specified by:
- readValuein class- PrimitiveValueMapper<StringValue>
 
 - 
writeValuepublic void writeValue(StringValue stringValue, TypedValueField typedValueField) 
 
- 
 
-