Class StemConverter


  • public class StemConverter
    extends Object

    Created by Jeff Gaynor
    on 10/30/20 at 6:13 AM

    • Constructor Detail

      • StemConverter

        public StemConverter()
    • Method Detail

      • convert

        public static Object convert​(Object obj)
        Does the grunt work of taking an entry from a JSON object and converting it to something QDL can understand. Used mostly in the toString methods.
        Parameters:
        obj -
        Returns:
      • convert

        public static QDLStem convert​(net.sf.json.JSONArray array)
      • convert

        public static QDLStem convert​(net.sf.json.JSONObject object)