Class ForConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class ForConverter
    extends IteratorConverter
    • Constructor Detail

      • ForConverter

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

      • writeChildren

        protected void writeChildren​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                     com.thoughtworks.xstream.converters.MarshallingContext context,
                                     Object parent)
        Overrides:
        writeChildren in class IteratorConverter
      • canConvert

        public boolean canConvert​(Class type)
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
        Specified by:
        canConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
      • parseElements

        protected void parseElements​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                     com.thoughtworks.xstream.converters.UnmarshallingContext context,
                                     Object parent)
        Overrides:
        parseElements in class DMNBaseConverter