Class BooleanValueMapper
java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<BooleanValue>
org.camunda.bpm.client.variable.impl.mapper.BooleanValueMapper
- All Implemented Interfaces:
- ValueMapper<BooleanValue>
- 
Field SummaryFields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappervalueType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvertToTypedValue(UntypedValueImpl untypedValue) readValue(TypedValueField typedValueField) voidwriteValue(BooleanValue booleanValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMappercanReadValue, canWriteValue, getType, isAssignable, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappercanHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
- 
Constructor Details- 
BooleanValueMapperpublic BooleanValueMapper()
 
- 
- 
Method Details- 
convertToTypedValue
- 
readValue- Specified by:
- readValuein class- PrimitiveValueMapper<BooleanValue>
 
- 
writeValue
 
-