Interface IStringObjectConverter

  • All Known Implementing Classes:
    MEnvSpaceType.ClassConverter

    public interface IStringObjectConverter
    Type converter for converting a string to another type.
    • 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