Class IteratorConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
- org.kie.dmn.backend.marshalling.v1_4.xstream.DMNBaseConverter
-
- org.kie.dmn.backend.marshalling.v1_4.xstream.DMNModelInstrumentedBaseConverter
-
- org.kie.dmn.backend.marshalling.v1_4.xstream.DMNElementConverter
-
- org.kie.dmn.backend.marshalling.v1_4.xstream.ExpressionConverter
-
- org.kie.dmn.backend.marshalling.v1_4.xstream.IteratorConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
- Direct Known Subclasses:
ForConverter,QuantifiedConverter
public abstract class IteratorConverter extends ExpressionConverter
-
-
Field Summary
Fields Modifier and Type Field Description static StringINstatic StringITERATOR_VARIABLE-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.ExpressionConverter
TYPE_REF
-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.DMNElementConverter
DESCRIPTION, EXTENSION_ELEMENTS, ID, LABEL
-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.DMNModelInstrumentedBaseConverter
xstream
-
-
Constructor Summary
Constructors Constructor Description IteratorConverter(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 voidassignChildElement(Object parent, String nodeName, Object child)protected voidwriteAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)protected voidwriteChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Object parent)-
Methods inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.DMNBaseConverter
createModelObject, marshal, mvDownConvertAnotherMvUpAssignChildElement, parseElements, unmarshal, writeChildrenNode, writeChildrenNodeAsValue
-
-
-
-
Field Detail
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
ITERATOR_VARIABLE
public static final String ITERATOR_VARIABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
assignChildElement
protected void assignChildElement(Object parent, String nodeName, Object child)
- Overrides:
assignChildElementin classDMNElementConverter
-
assignAttributes
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, Object parent)- Overrides:
assignAttributesin classExpressionConverter
-
writeAttributes
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)- Overrides:
writeAttributesin classExpressionConverter
-
writeChildren
protected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Object parent)- Overrides:
writeChildrenin classDMNElementConverter
-
-