Class ConfigurationItemCollectionConverter

java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
com.xebialabs.xltype.serialization.xstream.ConfigurationItemCollectionConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

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

    Constructors
    Constructor
    Description
    ConfigurationItemCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    writeItem(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 Details

    • ConfigurationItemCollectionConverter

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

    • writeItem

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