Interface IValueMapper

    • Method Detail

      • convertValue

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