Class ExpressionConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
- org.kie.dmn.backend.marshalling.v1_3.xstream.DMNBaseConverter
-
- org.kie.dmn.backend.marshalling.v1_3.xstream.DMNModelInstrumentedBaseConverter
-
- org.kie.dmn.backend.marshalling.v1_3.xstream.DMNElementConverter
-
- org.kie.dmn.backend.marshalling.v1_3.xstream.ExpressionConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
- Direct Known Subclasses:
ContextConverter,DecisionTableConverter,DMNListConverter,FunctionDefinitionConverter,InvocationConverter,LiteralExpressionConverter,RelationConverter,UnaryTestsConverter
public abstract class ExpressionConverter extends DMNElementConverter
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_REF-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_3.xstream.DMNElementConverter
DESCRIPTION, EXTENSION_ELEMENTS, ID, LABEL
-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_3.xstream.DMNModelInstrumentedBaseConverter
xstream
-
-
Constructor Summary
Constructors Constructor Description ExpressionConverter(com.thoughtworks.xstream.XStream xstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, Object parent)protected voidwriteAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)-
Methods inherited from class org.kie.dmn.backend.marshalling.v1_3.xstream.DMNElementConverter
assignChildElement, writeChildren
-
Methods inherited from class org.kie.dmn.backend.marshalling.v1_3.xstream.DMNBaseConverter
createModelObject, marshal, parseElements, unmarshal, writeChildrenNode, writeChildrenNodeAsValue
-
-
-
-
Field Detail
-
TYPE_REF
public static final String TYPE_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
assignAttributes
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, Object parent)- Overrides:
assignAttributesin classDMNElementConverter
-
writeAttributes
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)- Overrides:
writeAttributesin classDMNElementConverter
-
-