Interface ConverterExpression<S,​D>

    • Method Detail

      • using

        MapExpression<D> using​(Converter<?,​?> converter)
        Specifies the converter to use for converting to the destination property hierarchy. When used with deep mapping the converter should convert to an instance of the last destination property. See the EDSL examples.
        Parameters:
        converter - to use when mapping the property
        Throws:
        IllegalStateException - if called from outside the context of PropertyMap.configure().