org.jconfig.utils.editors
Interface TypeConverter
- All Known Implementing Classes:
- CharConverter
- public interface TypeConverter
This interface defines the methods that must be implemented by every
type converter. These converters are used by the CategoryBeanMapper.
- Author:
- Andreas Mecky andreasmecky@yahoo.de, Terry Dye terrydye@yahoo.com
Method Summary |
java.lang.Object |
getObject(java.lang.String value)
Converts the given String value to an object that can be passed
to a set method using reflection |
getObject
public java.lang.Object getObject(java.lang.String value)
- Converts the given String value to an object that can be passed
to a set method using reflection
- Parameters:
value
- the value as String- Returns:
- the object
Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.