Interface IValueMapper
- All Known Implementing Classes:
NativeResponseMapper
public interface IValueMapper
The value mapper interface. It is used for all mappers
that have the task to convert between different representations.
-
Method Summary
-
Method Details
-
convertValue
Convert a value.- Parameters:
value
- The value to convert.- Returns:
- The converted value.
- Throws:
Exception
-