public interface MappingEngine
| Modifier and Type | Method and Description |
|---|---|
<S,D> D |
createDestination(MappingContext<S,D> context)
Creates an instance of the destination type for the
context, capturing any errors that
may occur during instantiation. |
<S,D> D |
map(MappingContext<S,D> context)
Maps an instance of type
D for the context. |
<S,D> D map(MappingContext<S,D> context)
D for the context.S - source typeD - destination typecontext - to map forD<S,D> D createDestination(MappingContext<S,D> context)
context, capturing any errors that
may occur during instantiation.Copyright © 2011–2018. All rights reserved.