public interface ContextualSourceMapper<S,T> extends SourceMapper<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
map(S source)
map the current row of source object to a new newInstance of T.
|
mapT map(S source) throws MappingException
source - object to map fromMappingException - if an exception occursCopyright © 2018. All rights reserved.