T - public interface TypeConverter<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TypeConverter.Factory
Factory used to resolve a type to a TypeConverter.
|
static interface |
TypeConverter.Registry
High level container from which to resolve a Type to a TypeConverter.
|
| Modifier and Type | Method and Description |
|---|---|
T |
convert(java.lang.String value)
Convert a string to the requested type
|
T convert(java.lang.String value)
value -