Package hudson.util.xstream
Class ImmutableSortedSetConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-
- com.thoughtworks.xstream.converters.collections.CollectionConverter
-
- hudson.util.xstream.ImmutableSortedSetConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
public class ImmutableSortedSetConverter extends com.thoughtworks.xstream.converters.collections.CollectionConverter
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ImmutableSortedSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
ImmutableSortedSetConverter(com.thoughtworks.xstream.XStream xs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canConvert(Class type)
protected Object
createCollection(Class type)
Object
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
-
-
-
-
Constructor Detail
-
ImmutableSortedSetConverter
public ImmutableSortedSetConverter(com.thoughtworks.xstream.XStream xs)
-
ImmutableSortedSetConverter
public ImmutableSortedSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
-
-
Method Detail
-
canConvert
public boolean canConvert(Class type)
- 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
-
-