Class NullValueMapper
java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<NullValueImpl>
org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- All Implemented Interfaces:
 ValueMapper<NullValueImpl>
- 
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanReadValue(TypedValueField value) protected booleancanWriteValue(TypedValue value) convertToTypedValue(UntypedValueImpl untypedValue) getName()protected booleanreadValue(TypedValueField typedValueField, boolean deserialize) voidwriteValue(NullValueImpl typedValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat, getType 
- 
Constructor Details
- 
NullValueMapper
public NullValueMapper() 
 - 
 - 
Method Details
- 
getName
 - 
convertToTypedValue
 - 
writeValue
 - 
readValue
 - 
isNull
 - 
canWriteValue
- Specified by:
 canWriteValuein classAbstractTypedValueMapper<NullValueImpl>
 - 
canReadValue
- Specified by:
 canReadValuein classAbstractTypedValueMapper<NullValueImpl>
 
 -