-
- All Known Implementing Classes:
DomainNameMapping
public interface Mapping<IN,OUT>
Maintains the mapping from the objects of one type to the objects of the other type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OUT
map(IN input)
Returns mapped value of the specified input.
-