public interface ConfigurableProviderExpression<S,D> extends ConfigurableConverterExpression<S,D>
| Modifier and Type | Method and Description |
|---|---|
ConfigurableConverterExpression<S,D> |
with(Provider<?> provider)
Uses
provider to instantiate an instance for destination property |
usingmap, skip, skipConfigurableConverterExpression<S,D> with(Provider<?> provider)
provider to instantiate an instance for destination property
with(provider).<String>map(Src::getCustomer, Dest::setCustomer)
with(req -> new Customer()).<Customer>map(Src::getCustomer, Dest::setCustomer)
provider - a provider instantiate destination propertyCopyright © 2011–2021. All rights reserved.