| org.geotools.util.ConverterFactory
All known Subclasses: org.geotools.xml.XmlConverterFactory, org.geotools.util.TemporalConverterFactory, org.geotools.util.BooleanConverterFactory, org.geotools.util.DateConverterFactory, org.geotools.util.NumericConverterFactory, org.geotools.util.CommonsConverterFactory, org.geotools.util.GeometryConverterFactory, org.geotools.util.AttributeConverterFactory,
ConverterFactory | public interface ConverterFactory (Code) | | Factory used to create instances of
Converter .
author: Justin Deoliveira, The Open Planning Project since: 2.4 |
Method Summary | |
Converter | createConverter(Class source, Class target, Hints hints) Creates a
Converter instance for converting one type
of object to another.
Parameters: source - The type to convert from. Parameters: target - The type to convert to. Parameters: hints - Hints used to be used while creating a converter. |
createConverter | Converter createConverter(Class source, Class target, Hints hints)(Code) | | Creates a
Converter instance for converting one type
of object to another.
Parameters: source - The type to convert from. Parameters: target - The type to convert to. Parameters: hints - Hints used to be used while creating a converter. The converter, or null if one could not be found. |
|
|