Interface ICustomValue


public interface ICustomValue
用户自定义的对象. 实现对象和字符串的互转
Author:
qiunet 2020-12-25 11:56
  • Method Details

    • toString

      String toString(Object obj)
      转成字符串
      Parameters:
      obj -
      Returns:
    • parse

      Object parse(String str)
      解析成对象
      Parameters:
      str -
      Returns:
    • defaultVal

      Object defaultVal()
      默认值
      Returns: