org.kuali.rice.krad.datadictionary.parse
Class StringMapConverter
java.lang.Object
   org.kuali.rice.krad.datadictionary.parse.StringMapConverter
org.kuali.rice.krad.datadictionary.parse.StringMapConverter
- All Implemented Interfaces: 
- org.springframework.core.convert.converter.GenericConverter
- public class StringMapConverter 
- extends Object- implements org.springframework.core.convert.converter.GenericConverter
Converts a string configured in the dictionary for a map property type to a Map
 object using the convention of commas to separate map entries and a colon to separate
 the key value pair
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter | 
| org.springframework.core.convert.converter.GenericConverter.ConvertiblePair | 
 
 
| Method Summary | 
|  Object | convert(Object source,
               org.springframework.core.convert.TypeDescriptor sourceType,
               org.springframework.core.convert.TypeDescriptor targetType)
 | 
|  Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> | getConvertibleTypes()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StringMapConverter
public StringMapConverter()
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
- 
- Specified by:
- getConvertibleTypesin interface- org.springframework.core.convert.converter.GenericConverter
 
- 
 
convert
public Object convert(Object source,
                      org.springframework.core.convert.TypeDescriptor sourceType,
                      org.springframework.core.convert.TypeDescriptor targetType)
- 
- Specified by:
- convertin interface- org.springframework.core.convert.converter.GenericConverter
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.