public interface AtomicConverter<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source,
Converter master,
Context context,
ClassLoader classLoader)
Converts object to target type.
|
Class<S> |
getSourceType() |
Class<? extends T> |
getTargetType() |
Class<S> getSourceType()
Class<? extends T> getTargetType()