D
- destination typepublic interface MapExpression<D>
Modifier and Type | Method and Description |
---|---|
D |
map()
Defines a mapping to a destination.
|
D |
map(Object subject)
Defines a mapping for the
subject . |
void |
map(Object source,
Object destination)
Defines a mapping from the
source to the destination . |
D map()
PropertyMap
.IllegalStateException
- if called from outside the context of
PropertyMap.configure()
.D map(Object subject)
subject
. See the EDSL examples at PropertyMap
.subject
- to mapIllegalStateException
- if called from outside the context of
PropertyMap.configure()
.void map(Object source, Object destination)
source
- to map fromdestination
- to map toIllegalStateException
- if called from outside the context of
PropertyMap.configure()
.Copyright © 2011–2024. All rights reserved.