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