public class ImmutableSortedSetConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter
Constructor and Description |
---|
ImmutableSortedSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper,
com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider) |
ImmutableSortedSetConverter(com.thoughtworks.xstream.XStream xs) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type) |
protected Object |
createCollection(Class type) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
addCurrentElementToCollection, marshal, populateCollection, populateCollection
public ImmutableSortedSetConverter(com.thoughtworks.xstream.XStream xs)
public ImmutableSortedSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
public boolean canConvert(Class type)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvert
in class com.thoughtworks.xstream.converters.collections.CollectionConverter
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
unmarshal
in class com.thoughtworks.xstream.converters.collections.CollectionConverter
Copyright © 2004–2021. All rights reserved.