public interface Mapper<S,T> extends FieldMapper<S,T>
| Modifier and Type | Method and 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 © 2017. All rights reserved.