|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringConverterFactory
Factory for StringConverter that allows converters to be
created dynamically or easily initialised.
Implementations must be immutable and thread-safe.
| Method Summary | |
|---|---|
StringConverter<?> |
findConverter(Class<?> cls)
Finds a converter by type. |
| Method Detail |
|---|
StringConverter<?> findConverter(Class<?> cls)
cls - the type to lookup, not null
RuntimeException - (or subclass) if source code is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||