org.sonatype.gshell.util.converter.basic
Class ArrayConverter
java.lang.Object
java.beans.PropertyEditorSupport
org.sonatype.gshell.util.converter.ConverterSupport
org.sonatype.gshell.util.converter.collections.CollectionConverterSupport
org.sonatype.gshell.util.converter.basic.ArrayConverter
- All Implemented Interfaces:
- PropertyEditor, Converter
public class ArrayConverter
- extends CollectionConverterSupport
Converter for arrays.
- Since:
- 2.0
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayConverter
public ArrayConverter(Class type,
PropertyEditor editor)
createCollection
protected Object createCollection(List list)
- Specified by:
createCollection in class CollectionConverterSupport
Copyright © 2008-2011 Sonatype. All Rights Reserved.