| Package | Description |
|---|---|
| org.joda.convert | |
| org.joda.convert.factory |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
TypedStringConverter<T> |
Interface defining conversion to and from a
String together with the type. |
| Modifier and Type | Method | Description |
|---|---|---|
<T> StringConverter<T> |
StringConvert.findConverter(java.lang.Class<T> cls) |
Finds a suitable converter for the type.
|
StringConverter<?> |
StringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
StringConverter<java.lang.Object> |
StringConvert.findConverterNoGenerics(java.lang.Class<?> cls) |
Finds a suitable converter for the type with open generics.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> void |
StringConvert.register(java.lang.Class<T> cls,
StringConverter<T> converter) |
Registers a converter for a specific type.
|
| Modifier and Type | Method | Description |
|---|---|---|
StringConverter<?> |
BooleanArrayStringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
StringConverter<?> |
BooleanObjectArrayStringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
StringConverter<?> |
ByteObjectArrayStringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
StringConverter<?> |
CharObjectArrayStringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
StringConverter<?> |
NumericArrayStringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
StringConverter<?> |
NumericObjectArrayStringConverterFactory.findConverter(java.lang.Class<?> cls) |
Finds a converter by type.
|
Copyright © 2010–2018 Joda.org. All rights reserved.