|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConverterLocator
Locates the proper converter instance for a given type. Classes that implement this interface
must return the right converter for the given class type. Instances are created by
IConverterLocator, which can be configured using
Application.newConverterLocator().
ConverterLocator| Method Summary | ||
|---|---|---|
|
getConverter(Class<C> type)
Returns the Converter for the class that is given. |
|
| Method Detail |
|---|
<C> IConverter<C> getConverter(Class<C> type)
C - The object to convert from and to Stringtype -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||