Class BoundsConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
- org.kie.dmn.backend.marshalling.v1_2.xstream.DMNBaseConverter
-
- org.kie.dmn.backend.marshalling.v1_2.xstream.DMNModelInstrumentedBaseConverter
-
- org.kie.dmn.backend.marshalling.v1_2.xstream.BoundsConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class BoundsConverter extends DMNModelInstrumentedBaseConverter
-
-
Constructor Summary
Constructors Constructor Description BoundsConverter(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)protected voidassignChildElement(java.lang.Object parent, java.lang.String nodeName, java.lang.Object child)booleancanConvert(java.lang.Class type)protected org.kie.dmn.model.api.DMNModelInstrumentedBasecreateModelObject()protected voidwriteAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.Object parent)protected voidwriteChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, java.lang.Object parent)-
Methods inherited from class org.kie.dmn.backend.marshalling.v1_2.xstream.DMNBaseConverter
marshal, parseElements, unmarshal, writeChildrenNode, writeChildrenNodeAsValue
-
-
-
-
Method Detail
-
assignChildElement
protected void assignChildElement(java.lang.Object parent, java.lang.String nodeName, java.lang.Object child)- Overrides:
assignChildElementin classDMNModelInstrumentedBaseConverter
-
assignAttributes
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, java.lang.Object parent)- Overrides:
assignAttributesin classDMNModelInstrumentedBaseConverter
-
writeChildren
protected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, java.lang.Object parent)- Overrides:
writeChildrenin classDMNModelInstrumentedBaseConverter
-
writeAttributes
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.Object parent)- Overrides:
writeAttributesin classDMNModelInstrumentedBaseConverter
-
createModelObject
protected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
- Specified by:
createModelObjectin classDMNBaseConverter
-
canConvert
public boolean canConvert(java.lang.Class type)
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher- Specified by:
canConvertin classcom.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
-