public abstract class AtomicConverterBase<S,T> extends Object implements AtomicConverter<S,T>
| Modifier and Type | Field and Description |
|---|---|
protected Class<S> |
sourceType |
protected Class<T> |
targetType |
| Constructor and Description |
|---|
AtomicConverterBase(Class<S> sourceType,
Class<T> targetType) |
| Modifier and Type | Method and Description |
|---|---|
Class<S> |
getSourceType() |
Class<T> |
getTargetType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconvertprotected Class<S> sourceType
protected Class<T> targetType
public AtomicConverterBase(Class<S> sourceType, Class<T> targetType)
public Class<S> getSourceType()
getSourceType in interface AtomicConverter<S,T>public Class<T> getTargetType()
getTargetType in interface AtomicConverter<S,T>