Class DateValueMapper
java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<DateValue>
org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- All Implemented Interfaces:
ValueMapper<DateValue>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected static final ExternalTaskClientLogger
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canReadValue
(TypedValueField typedValueField) convertToTypedValue
(UntypedValueImpl untypedValue) readValue
(TypedValueField typedValueField) void
writeValue
(DateValue dateValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValue
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
Field Details
-
LOG
-
dateFormat
-
-
Constructor Details
-
DateValueMapper
-
-
Method Details
-
convertToTypedValue
-
readValue
- Specified by:
readValue
in classPrimitiveValueMapper<DateValue>
-
writeValue
-
canReadValue
- Overrides:
canReadValue
in classPrimitiveValueMapper<DateValue>
-