Class 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 Detail

      • ByteArrayValueMapper

        public ByteArrayValueMapper()
    • Method Detail

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