Class XmlValueMapper
- java.lang.Object
-
- org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<XmlValue>
-
- org.camunda.bpm.client.variable.impl.mapper.XmlValueMapper
-
- All Implemented Interfaces:
ValueMapper<XmlValue>
public class XmlValueMapper extends PrimitiveValueMapper<XmlValue>
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
-
Constructor Summary
Constructors Constructor Description XmlValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlValue
convertToTypedValue(UntypedValueImpl untypedValue)
XmlValue
readValue(TypedValueField typedValueField)
void
writeValue(XmlValue xmlValue, TypedValueField typedValueField)
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canReadValue, canWriteValue, getType, isAssignable, readValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
-
-
-
Method Detail
-
convertToTypedValue
public XmlValue convertToTypedValue(UntypedValueImpl untypedValue)
-
writeValue
public void writeValue(XmlValue xmlValue, TypedValueField typedValueField)
-
readValue
public XmlValue readValue(TypedValueField typedValueField)
- Specified by:
readValue
in classPrimitiveValueMapper<XmlValue>
-
-