org.sonatype.gshell.util.converter.collections
Class LinkedHashMapConverter
java.lang.Object
java.beans.PropertyEditorSupport
org.sonatype.gshell.util.converter.ConverterSupport
org.sonatype.gshell.util.converter.collections.MapConverterSupport
org.sonatype.gshell.util.converter.collections.LinkedHashMapConverter
- All Implemented Interfaces:
- PropertyEditor, Converter
public class LinkedHashMapConverter
- extends MapConverterSupport
Converter for LinkedHashMap types.
- 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 |
LinkedHashMapConverter
public LinkedHashMapConverter()
createMap
protected Map createMap(Map map)
throws Exception
- Specified by:
createMap in class MapConverterSupport
- Throws:
Exception
Copyright © 2008-2011 Sonatype. All Rights Reserved.