S
- source typeD
- destination typepublic interface ProviderExpression<S,D> extends ConverterExpression<S,D>
Modifier and Type | Method and Description |
---|---|
ConverterExpression<S,D> |
with(Provider<?> provider)
Specifies the
provider to be used for providing instances of the mapped property. |
using
skip, skip, skip
map, map, map
ConverterExpression<S,D> with(Provider<?> provider)
provider
to be used for providing instances of the mapped property. When
used with deep mapping the provider
should provide an instance of the last
destination property. See the EDSL examples
.provider
- to use for providing the destination propertyIllegalStateException
- if called from outside the context of
PropertyMap.configure()
.Copyright © 2011–2024. All rights reserved.