public class ExtensionElementsConverter extends DMNModelInstrumentedBaseConverter
| Constructor and Description |
|---|
ExtensionElementsConverter(com.thoughtworks.xstream.XStream xstream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent) |
boolean |
canConvert(Class clazz) |
protected DMNModelInstrumentedBase |
createModelObject() |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
Currently ignoring all extensionElements.
|
protected void |
writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent) |
assignChildElement, writeChildrenmarshal, parseElements, writeChildrenNode, writeChildrenNodeAsValuepublic ExtensionElementsConverter(com.thoughtworks.xstream.XStream xstream)
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent)
assignAttributes in class DMNModelInstrumentedBaseConverterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
DMNBaseConverter.unmarshal(HierarchicalStreamReader, UnmarshallingContext) in order to just skip all child elements of this extensionElements.unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class DMNBaseConverterprotected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent)
writeAttributes in class DMNModelInstrumentedBaseConverterprotected DMNModelInstrumentedBase createModelObject()
createModelObject in class DMNBaseConverterpublic boolean canConvert(Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.