Class ByteArrayValueMapper
java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>
org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- All Implemented Interfaces:
ValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>
public class ByteArrayValueMapper
extends PrimitiveValueMapper<org.camunda.bpm.engine.variable.value.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(org.camunda.bpm.engine.variable.value.TypedValue typedValue) org.camunda.bpm.engine.variable.value.BytesValueconvertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue) org.camunda.bpm.engine.variable.value.BytesValuereadValue(TypedValueField typedValueField) voidwriteValue(org.camunda.bpm.engine.variable.value.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
public org.camunda.bpm.engine.variable.value.BytesValue convertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue) -
readValue
- Specified by:
readValuein classPrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>
-
writeValue
public void writeValue(org.camunda.bpm.engine.variable.value.BytesValue byteValue, TypedValueField typedValueField) -
canWriteValue
protected boolean canWriteValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue) - Overrides:
canWriteValuein classPrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>
-
canReadValue
- Overrides:
canReadValuein classPrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>
-