FieldMapper<S,T>SetRowMapper<ROW,SET,T,E>AbstractEnumarableDelegateMapper, AbstractMapper, ContextualMapper, DiscriminatorMapper, DynamicSetRowMapper, GetterMapper, JoinMapper, MapperImpl, StaticSetRowMapperpublic interface Mapper<S,T> extends FieldMapper<S,T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
map(S source) |
map source object to a new newInstance of T
|
T |
map(S source,
MappingContext<? super S> context) |
mapToT map(S source) throws MappingException
source - object to map fromMappingException - if an exception occursT map(S source, MappingContext<? super S> context) throws MappingException
MappingExceptionCopyright © 2018. All rights reserved.