Package org.modelmapper.spi
Interface DestinationSetter<D,V>
- Type Parameters:
D
- destination typeV
- argument type of the setter
public interface DestinationSetter<D,V>
Represents an operation for setting a value into destination
-
Method Summary
-
Method Details
-
accept
Performs this operation to set the value into destination- Parameters:
destination
- the instance of destinationvalue
- the value from source
-