Interface SkipExpression<D>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      D skip()
      Specifies that mapping for the destination property be skipped during the mapping process.
      void skip​(Object destination)
      Specifies that mapping to the destination be skipped during the mapping process.
      void skip​(Object source, Object destination)
      Specifies that mapping from the source to the destination be skipped during the mapping process.