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>
-
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToTypedValue
(UntypedValueImpl untypedValue) 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
-
Constructor Details
-
StringValueMapper
public StringValueMapper()
-
-
Method Details
-
convertToTypedValue
-
readValue
- Specified by:
readValue
in classPrimitiveValueMapper<StringValue>
-
writeValue
-