Interface ConfigurableProviderExpression<S,D>

All Superinterfaces:
ConfigurableConverterExpression<S,D>, ReferenceMapExpression<S,D>
All Known Subinterfaces:
ConfigurableConditionExpression<S,D>

public interface ConfigurableProviderExpression<S,D> extends ConfigurableConverterExpression<S,D>
  • Method Details

    • with

      Uses 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)
       
       
      Parameters:
      provider - a provider instantiate destination property