Class BooleanValueMapper

  • All Implemented Interfaces:
    ValueMapper<org.camunda.bpm.engine.variable.value.BooleanValue>

    public class BooleanValueMapper
    extends PrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BooleanValue>
    • Constructor Detail

      • BooleanValueMapper

        public BooleanValueMapper()
    • Method Detail

      • convertToTypedValue

        public org.camunda.bpm.engine.variable.value.BooleanValue convertToTypedValue​(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue)
      • readValue

        public org.camunda.bpm.engine.variable.value.BooleanValue readValue​(TypedValueField typedValueField)
        Specified by:
        readValue in class PrimitiveValueMapper<org.camunda.bpm.engine.variable.value.BooleanValue>
      • writeValue

        public void writeValue​(org.camunda.bpm.engine.variable.value.BooleanValue booleanValue,
                               TypedValueField typedValueField)