|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.util.CommonsConverterFactory
public class CommonsConverterFactory
ConverterFactory based on the apache commons Converter
interface.
Field Summary |
---|
Fields inherited from interface org.geotools.util.ConverterFactory |
---|
SAFE_CONVERSION |
Constructor Summary | |
---|---|
CommonsConverterFactory()
|
Method Summary | |
---|---|
Converter |
createConverter(java.lang.Class source,
java.lang.Class target,
Hints hints)
Delegates to ConvertUtils.lookup(java.lang.Class) to create a
converter instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonsConverterFactory()
Method Detail |
---|
public Converter createConverter(java.lang.Class source, java.lang.Class target, Hints hints)
ConvertUtils.lookup(java.lang.Class)
to create a
converter instance.
createConverter
in interface ConverterFactory
source
- The type to convert from.target
- The type to convert to.hints
- Hints used to be used while creating a converter.
null
if one could not be found.ConverterFactory.createConverter(Class, Class, Hints).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |