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
  • 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

      public org.camunda.bpm.engine.variable.value.BytesValue readValue(TypedValueField typedValueField)
      Specified by:
      readValue in class PrimitiveValueMapper<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:
      canWriteValue in class PrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>
    • canReadValue

      protected boolean canReadValue(TypedValueField typedValueField)
      Overrides:
      canReadValue in class PrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BytesValue>