Class GroupConverter
- 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.ArtifactConverter
-
- org.kie.dmn.backend.marshalling.v1_3.xstream.GroupConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class GroupConverter extends ArtifactConverter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME-
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 GroupConverter(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, java.lang.Object parent)booleancanConvert(java.lang.Class clazz)protected org.kie.dmn.model.api.DMNModelInstrumentedBasecreateModelObject()protected voidwriteAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.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
marshal, parseElements, unmarshal, writeChildrenNode, writeChildrenNodeAsValue
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
assignAttributes
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, java.lang.Object parent)- Overrides:
assignAttributesin classDMNElementConverter
-
writeAttributes
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.Object parent)- Overrides:
writeAttributesin classDMNElementConverter
-
createModelObject
protected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
- Specified by:
createModelObjectin classDMNBaseConverter
-
canConvert
public boolean canConvert(java.lang.Class clazz)
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher- Specified by:
canConvertin classcom.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
-