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 |
using
map, skip, skip
ConfigurableConverterExpression<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–2024. All rights reserved.