Class ByteArrayValueMapper
java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<BytesValue>
org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- All Implemented Interfaces:
 ValueMapper<BytesValue>
- Author:
 - Tom Baeyens, Daniel Meyer
 
- 
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanReadValue(TypedValueField typedValueField) protected booleancanWriteValue(TypedValue typedValue) convertToTypedValue(UntypedValueImpl untypedValue) readValue(TypedValueField typedValueField) voidwriteValue(BytesValue byteValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
getType, isAssignable, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat 
- 
Constructor Details
- 
ByteArrayValueMapper
public ByteArrayValueMapper() 
 - 
 - 
Method Details
- 
convertToTypedValue
 - 
readValue
- Specified by:
 readValuein classPrimitiveValueMapper<BytesValue>
 - 
writeValue
 - 
canWriteValue
- Overrides:
 canWriteValuein classPrimitiveValueMapper<BytesValue>
 - 
canReadValue
- Overrides:
 canReadValuein classPrimitiveValueMapper<BytesValue>
 
 -