public abstract class Converter<T> extends TypeLiteral<T>
convert(String),
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
Converter()
Creates a new
Converter. |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
convert(String value)
Converts the supplied
value into an Object of the
appropriate type. |
equals, getType, hashCode, toStringCopyright © 2017–2019, microBean. All rights reserved.