|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringConverter | |
|---|---|
| org.joda.convert | |
| org.joda.convert.factory | |
| Uses of StringConverter in org.joda.convert |
|---|
| Subinterfaces of StringConverter in org.joda.convert | |
|---|---|
interface |
TypedStringConverter<T>
Interface defining conversion to and from a String together with the type. |
| Methods in org.joda.convert that return StringConverter | ||
|---|---|---|
StringConverter<?> |
StringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
|
|
StringConvert.findConverter(Class<T> cls)
Finds a suitable converter for the type. |
|
StringConverter<Object> |
StringConvert.findConverterNoGenerics(Class<?> cls)
Finds a suitable converter for the type with open generics. |
|
| Methods in org.joda.convert with parameters of type StringConverter | ||
|---|---|---|
|
StringConvert.register(Class<T> cls,
StringConverter<T> converter)
Registers a converter for a specific type. |
|
| Uses of StringConverter in org.joda.convert.factory |
|---|
| Methods in org.joda.convert.factory that return StringConverter | |
|---|---|
StringConverter<?> |
NumericObjectArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
StringConverter<?> |
NumericArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
StringConverter<?> |
CharObjectArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
StringConverter<?> |
ByteObjectArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
StringConverter<?> |
BooleanObjectArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
StringConverter<?> |
BooleanArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||