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 SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected static final ExternalTaskClientLoggerFields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappervalueType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanReadValue(TypedValueField typedValueField) convertToTypedValue(UntypedValueImpl untypedValue) readValue(TypedValueField typedValueField) voidwriteValue(DateValue dateValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMappercanWriteValue, getType, isAssignable, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappercanHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
- 
Field Details- 
LOG
- 
dateFormat
 
- 
- 
Constructor Details- 
DateValueMapper
 
- 
- 
Method Details- 
convertToTypedValue
- 
readValue- Specified by:
- readValuein class- PrimitiveValueMapper<DateValue>
 
- 
writeValue
- 
canReadValue- Overrides:
- canReadValuein class- PrimitiveValueMapper<DateValue>
 
 
-