S - source typeD - destination typepublic interface ConverterExpression<S,D> extends SkipExpression<D>
| Modifier and Type | Method and Description |
|---|---|
MapExpression<D> |
using(Converter<?,?> converter)
Specifies the
converter to use for converting to the destination property hierarchy. |
skip, skip, skipmap, map, mapMapExpression<D> using(Converter<?,?> converter)
converter to use for converting to the destination property hierarchy.
When used with deep mapping the converter should convert to an instance of the
last destination property. See the EDSL examples.converter - to use when mapping the propertyIllegalStateException - if called from outside the context of
PropertyMap.configure().Copyright © 2011–2018. All rights reserved.