Interface IStringObjectConverter


public interface IStringObjectConverter
Type converter for converting a string to another type.
  • Method Summary

    Modifier and Type
    Method
    Description
    convertString(String val, Object context)
    Convert a string value to another type.
  • Method Details

    • convertString

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