public class ImmutableSetConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter
| Constructor and Description |
|---|
ImmutableSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper,
com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider) |
ImmutableSetConverter(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, populateCollectionpublic ImmutableSetConverter(com.thoughtworks.xstream.XStream xs)
public ImmutableSetConverter(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.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.CollectionConverterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class com.thoughtworks.xstream.converters.collections.CollectionConverterCopyright © 2019. All rights reserved.