org.modelmapper.builder
Interface SkipExpression<D>

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

public interface SkipExpression<D>
extends MapExpression<D>

Expresses a mapping that is skipped.

Author:
Jonathan Halterman

Method Summary
 D skip()
          Specifies that mapping for the destination property be skipped during the mapping process.
 
Methods inherited from interface org.modelmapper.builder.MapExpression
map, map
 

Method Detail

skip

D skip()
Specifies that mapping for the destination property be skipped during the mapping process. See the EDSL examples at PropertyMap.

Throws:
IllegalStateException - if called from outside the context of PropertyMap.configure().


Copyright © 2011. All Rights Reserved.