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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canReadValue
(TypedValueField typedValueField) protected boolean
canWriteValue
(TypedValue typedValue) convertToTypedValue
(UntypedValueImpl untypedValue) readValue
(TypedValueField typedValueField) void
writeValue
(BytesValue byteValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
getType, isAssignable, readValue
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
Constructor Details
-
ByteArrayValueMapper
public ByteArrayValueMapper()
-
-
Method Details
-
convertToTypedValue
-
readValue
- Specified by:
readValue
in classPrimitiveValueMapper<BytesValue>
-
writeValue
-
canWriteValue
- Overrides:
canWriteValue
in classPrimitiveValueMapper<BytesValue>
-
canReadValue
- Overrides:
canReadValue
in classPrimitiveValueMapper<BytesValue>
-