Modifier and Type | Method and Description |
---|---|
<T> StringConverter<T> |
StringConvert.findConverter(java.lang.Class<T> cls)
Finds a suitable converter for the type.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
StringConvert.register(java.lang.Class<T> cls,
StringConverter<T> converter)
Registers a converter for a specific type.
|
Copyright © 2010-2014 Joda.org. All Rights Reserved.