| Package | Description |
|---|---|
| org.joda.convert | |
| org.joda.convert.factory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypedStringConverter<T>
Interface defining conversion to and from a
String together with the type. |
| Modifier and Type | Method and Description |
|---|---|
StringConverter<?> |
StringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type.
|
<T> StringConverter<T> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
StringConvert.register(Class<T> cls,
StringConverter<T> converter)
Registers a converter for a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
StringConverter<?> |
NumericArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type.
|
StringConverter<?> |
BooleanArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type.
|
StringConverter<?> |
BooleanObjectArrayStringConverterFactory.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<?> |
NumericObjectArrayStringConverterFactory.findConverter(Class<?> cls)
Finds a converter by type.
|
Copyright © 2010–2015 Joda.org. All rights reserved.