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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected static final ExternalTaskClientLoggerFields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValueMethods 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:
 readValuein classPrimitiveValueMapper<DateValue>
 - 
writeValue
 - 
canReadValue
- Overrides:
 canReadValuein classPrimitiveValueMapper<DateValue>
 
 -