|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.realityforge.converter.lib.SimpleConverterFactory
A ConverterFactory that creates converter instances using reflection.
Constructor Summary | |
SimpleConverterFactory(Class converterClass)
|
Method Summary | |
Converter |
createConverter()
Creates an instance of a converter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleConverterFactory(Class converterClass)
Method Detail |
public Converter createConverter() throws Exception
createConverter
in interface ConverterFactory
Exception
- if unable to create converter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |