public abstract class TypeConverter<T> extends java.lang.Object implements Instantiator<T>
| Constructor and Description |
|---|
TypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
convert(java.lang.String stringValue,
Target<?> to) |
T |
instantiate(Target<?> target,
Parameters parameters) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAbleToInstantiateprotected abstract T convert(java.lang.String stringValue, Target<?> to) throws java.lang.Exception
java.lang.Exceptionpublic final T instantiate(Target<?> target, Parameters parameters)
instantiate in interface Instantiator<T>