Package hudson.util.xstream
Class ImmutableListConverter
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
hudson.util.xstream.ImmutableListConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
public class ImmutableListConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter
ImmutableList
should convert like a list, instead of via serialization.- Author:
- Kohsuke Kawaguchi, Richard Mortimer
-
Constructor Summary
ConstructorDescriptionImmutableListConverter
(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider) ImmutableListConverter
(com.thoughtworks.xstream.XStream xs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvert
(Class type) protected Object
createCollection
(Class type) unmarshal
(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter
addCurrentElementToCollection, marshal, populateCollection, populateCollection
Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
-
Constructor Details
-
ImmutableListConverter
public ImmutableListConverter(com.thoughtworks.xstream.XStream xs) -
ImmutableListConverter
public ImmutableListConverter(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
-
-
Method Details
-
canConvert
- Specified by:
canConvert
in interfacecom.thoughtworks.xstream.converters.ConverterMatcher
- Overrides:
canConvert
in classcom.thoughtworks.xstream.converters.collections.CollectionConverter
-
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) - Specified by:
unmarshal
in interfacecom.thoughtworks.xstream.converters.Converter
- Overrides:
unmarshal
in classcom.thoughtworks.xstream.converters.collections.CollectionConverter
-
createCollection
- Overrides:
createCollection
in classcom.thoughtworks.xstream.converters.collections.CollectionConverter
-