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 instance of T
|
T |
map(S source,
MappingContext<S> context) |
MappingContext<S> |
newMappingContext(S source) |
mapToT map(S source) throws MappingException
source - object to map fromMappingExceptionT map(S source, MappingContext<S> context) throws MappingException
MappingExceptionMappingContext<S> newMappingContext(S source) throws MappingException
MappingExceptionCopyright © 2015. All rights reserved.