Package | Description |
---|---|
org.joda.convert |
Modifier and Type | Method | Description |
---|---|---|
<T> TypedStringConverter<T> |
StringConvert.findTypedConverter(java.lang.Class<T> cls) |
Finds a suitable converter for the type.
|
TypedStringConverter<java.lang.Object> |
StringConvert.findTypedConverterNoGenerics(java.lang.Class<?> cls) |
Finds a suitable converter for the type with open generics.
|