Class BooleanValueMapper

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.BooleanValue>
org.camunda.bpm.client.variable.impl.mapper.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 Details

    • BooleanValueMapper

      public BooleanValueMapper()
  • Method Details

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