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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(D destination, V value)
Performs this operation to set the value into destination
-