Class ResultSetJsonMapper


  • public class ResultSetJsonMapper
    extends Object
    • Method Detail

      • fromJson

        public static ResultSet fromJson​(String js)
                                  throws com.fasterxml.jackson.core.JsonParseException,
                                         IOException,
                                         ParseException
        Returns a ResultSet object created by processing the given JSON String.
        Parameters:
        js - The JSON String used to create the ResultSet object.
        Returns:
        The ResultSet object created from the values provided in the given JSON String.
        Throws:
        ParseException
        IOException
        com.fasterxml.jackson.core.JsonParseException - throws an exception if can not parse the json string to a DataRow.