Class ConfigurationItemCollectionConverter

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

    public class ConfigurationItemCollectionConverter
    extends com.thoughtworks.xstream.converters.collections.CollectionConverter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void writeItem​(java.lang.Object item, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)  
      • Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter

        addCurrentElementToCollection, canConvert, createCollection, marshal, populateCollection, populateCollection, unmarshal
      • Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter

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

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

      • ConfigurationItemCollectionConverter

        public ConfigurationItemCollectionConverter​(com.thoughtworks.xstream.mapper.Mapper mapper)
    • Method Detail

      • writeItem

        protected void writeItem​(java.lang.Object item,
                                 com.thoughtworks.xstream.converters.MarshallingContext context,
                                 com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)
        Overrides:
        writeItem in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter