Interface ProviderExpression<S,​D>

    • Method Detail

      • with

        ConverterExpression<S,​D> with​(Provider<?> provider)
        Specifies the 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.
        Parameters:
        provider - to use for providing the destination property
        Throws:
        IllegalStateException - if called from outside the context of PropertyMap.configure().