D
- destination typepublic interface SkipExpression<D> extends MapExpression<D>
Modifier and Type | Method and Description |
---|---|
D |
skip()
Specifies that mapping for the destination property be skipped during the mapping process.
|
void |
skip(Object destination)
Specifies that mapping to the
destination be skipped during the mapping process. |
void |
skip(Object source,
Object destination)
Specifies that mapping from the
source to the destination be skipped during the
mapping process. |
map, map, map
D skip()
PropertyMap
.IllegalStateException
- if called from outside the context of
PropertyMap.configure()
.void skip(Object destination)
destination
be skipped during the mapping process. See
the EDSL examples at PropertyMap
.destination
- to skipIllegalStateException
- if called from outside the context of
PropertyMap.configure()
.void skip(Object source, Object destination)
source
to the destination
be skipped during the
mapping process. See the EDSL examples at PropertyMap
.source
- to skipdestination
- to skipIllegalStateException
- if called from outside the context of
PropertyMap.configure()
.Copyright © 2011–2024. All rights reserved.