Interface MapExpression<D>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      D map()
      Defines a mapping to a destination.
      D map​(Object subject)
      Defines a mapping for the subject.
      void map​(Object source, Object destination)
      Defines a mapping from the source to the destination.