Interface SkipExpression<D>

Type Parameters:
D - destination type
All Superinterfaces:
MapExpression<D>
All Known Subinterfaces:
ConditionExpression<S,D>, ConverterExpression<S,D>, ProviderExpression<S,D>

public interface SkipExpression<D> extends MapExpression<D>
Expresses a mapping that is skipped.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from interface org.modelmapper.builder.MapExpression

    map, map, map