org.xwiki.properties.internal.converter
Class SetConverter
java.lang.Object
org.xwiki.properties.converter.AbstractConverter
org.xwiki.properties.converter.AbstractCollectionConverter
org.xwiki.properties.internal.converter.SetConverter
- All Implemented Interfaces:
- Converter
@Component(hints={"java.util.Set","java.util.LinkedHashSet","java.util.HashSet"})
@Singleton
public class SetConverter- extends AbstractCollectionConverter
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetConverter
public SetConverter()
newCollection
protected Collection newCollection()
-
- Overrides:
newCollection in class AbstractCollectionConverter
- Returns:
- the modifiable
Collection to fill - See Also:
AbstractCollectionConverter.newCollection()
Copyright © 2004-2011 XWiki. All Rights Reserved.