Interface IStringObjectConverter

    • Method Detail

      • convertString

        java.lang.Object convertString​(java.lang.String val,
                                       java.lang.Object context)
                                throws java.lang.Exception
        Convert a string value to another type.
        Parameters:
        val - The value to convert.
        Throws:
        java.lang.Exception