Class DMNModelInstrumentedBaseConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.thoughtworks.xstream.XStream xstream  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void assignAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, java.lang.Object parent)  
      protected void assignChildElement​(java.lang.Object parent, java.lang.String nodeName, java.lang.Object child)  
      protected void writeAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.Object parent)  
      protected void writeChildren​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, java.lang.Object parent)  
      • Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter

        canConvert, createCollection, mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xstream

        protected com.thoughtworks.xstream.XStream xstream
    • Constructor Detail

      • DMNModelInstrumentedBaseConverter

        public DMNModelInstrumentedBaseConverter​(com.thoughtworks.xstream.XStream xstream)
    • Method Detail

      • assignChildElement

        protected void assignChildElement​(java.lang.Object parent,
                                          java.lang.String nodeName,
                                          java.lang.Object child)
        Specified by:
        assignChildElement in class DMNBaseConverter
      • assignAttributes

        protected void assignAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                        java.lang.Object parent)
        Specified by:
        assignAttributes in class DMNBaseConverter
      • writeChildren

        protected void writeChildren​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                     com.thoughtworks.xstream.converters.MarshallingContext context,
                                     java.lang.Object parent)
        Specified by:
        writeChildren in class DMNBaseConverter
      • writeAttributes

        protected void writeAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                       java.lang.Object parent)
        Specified by:
        writeAttributes in class DMNBaseConverter