| java.lang.Object org.geotools.util.CommonsConverterFactory
CommonsConverterFactory | public class CommonsConverterFactory implements ConverterFactory(Code) | | ConverterFactory based on the apache commons
org.apache.commons.beanutils.Converter interface.
author: Justin Deoliveira, The Open Planning Project since: 2.4 |
Inner Class :static class CommonsConverterWrapper implements Converter | |
Field Summary | |
static org.apache.commons.beanutils.Converter | number | static org.apache.commons.beanutils.Converter | uri converts a string to a uri. |
Method Summary | |
public Converter | createConverter(Class source, Class target, Hints hints) Delegates to
ConvertUtils.lookup(java.lang.Class) to create a
converter instance.
See Also: ConverterFactory#createConverter(Class, Class, Hints). |
number | static org.apache.commons.beanutils.Converter number(Code) | | converts a string to a number when the target class == Number, does so
by delegating to the other numeric converters
|
uri | static org.apache.commons.beanutils.Converter uri(Code) | | converts a string to a uri.
|
createConverter | public Converter createConverter(Class source, Class target, Hints hints)(Code) | | Delegates to
ConvertUtils.lookup(java.lang.Class) to create a
converter instance.
See Also: ConverterFactory#createConverter(Class, Class, Hints). |
|
|