Class DateValueMapper

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

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

      • DateValueMapper

        public DateValueMapper​(String dateFormat)
    • Method Detail

      • convertToTypedValue

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

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

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