Class TypedChildExpressionConverter
- 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.ChildExpressionConverter
-
- org.kie.dmn.backend.marshalling.v1_4.xstream.TypedChildExpressionConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class TypedChildExpressionConverter extends ChildExpressionConverter
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_REF-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.ChildExpressionConverter
ID
-
Fields inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.DMNModelInstrumentedBaseConverter
xstream
-
-
Constructor Summary
Constructors Constructor Description TypedChildExpressionConverter(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)booleancanConvert(Class type)protected org.kie.dmn.model.api.DMNModelInstrumentedBasecreateModelObject()protected voidwriteAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)-
Methods inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.ChildExpressionConverter
assignChildElement, writeChildren
-
Methods inherited from class org.kie.dmn.backend.marshalling.v1_4.xstream.DMNBaseConverter
marshal, mvDownConvertAnotherMvUpAssignChildElement, 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 classChildExpressionConverter
-
writeAttributes
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)- Overrides:
writeAttributesin classChildExpressionConverter
-
createModelObject
protected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
- Overrides:
createModelObjectin classChildExpressionConverter
-
canConvert
public boolean canConvert(Class type)
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher- Overrides:
canConvertin classChildExpressionConverter
-
-