Class XmlValueTypeImpl
java.lang.Object
org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
org.camunda.spin.plugin.variable.type.impl.XmlValueTypeImpl
- All Implemented Interfaces:
Serializable,SerializableValueType,ValueType,SpinValueType,XmlValueType
- Author:
- Roman Smirnov
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
nameFields inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
VALUE_INFO_OBJECT_TYPE_NAMEFields inherited from interface org.camunda.spin.plugin.variable.type.SpinValueType
JSON, VALUE_INFO_SERIALIZATION_DATA_FORMAT, XMLFields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, FILE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING, VALUE_INFO_TRANSIENTFields inherited from interface org.camunda.spin.plugin.variable.type.XmlValueType
TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected XmlValueBuildercreateValue(SpinValue value) protected XmlValueBuildercreateValueFromSerialized(String value) Methods inherited from class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
applyValueInfo, createValue, createValueFromSerialized, getValueInfo, isPrimitiveValueTypeMethods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, toString, unsupportedConversionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
createValueFromSerializedMethods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
-
Constructor Details
-
XmlValueTypeImpl
public XmlValueTypeImpl()
-
-
Method Details
-
createValue
- Specified by:
createValuein classSpinValueTypeImpl
-
createValueFromSerialized
- Specified by:
createValueFromSerializedin classSpinValueTypeImpl
-