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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteItem(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
-
-
-
-
Method Detail
-
writeItem
protected void writeItem(java.lang.Object item, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)- Overrides:
writeItemin classcom.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
-