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

    Modifier and Type
    Method
    Description
    Convert a value.
  • Method Details

    • convertValue

      Object convertValue(Object value) throws Exception
      Convert a value.
      Parameters:
      value - The value to convert.
      Returns:
      The converted value.
      Throws:
      Exception