Class MEnvSpaceType.ClassConverter

    • Constructor Summary

      Constructors 
      Constructor Description
      ClassConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convertString​(java.lang.String val, java.lang.Object context)
      Convert a string value to a type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassConverter

        public ClassConverter()
    • Method Detail

      • convertString

        public java.lang.Object convertString​(java.lang.String val,
                                              java.lang.Object context)
        Convert a string value to a type.
        Specified by:
        convertString in interface IStringObjectConverter
        Parameters:
        val - The string value to convert.