Class QuerySpecUtils

java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.utils.QuerySpecUtils

public class QuerySpecUtils extends Object
  • Constructor Details

    • QuerySpecUtils

      public QuerySpecUtils()
  • Method Details

    • defineQueryOrCountRequestBody

      public static RequestBody defineQueryOrCountRequestBody()
    • getFilterFromRequestBody

      public static QQueryFilter getFilterFromRequestBody(org.json.JSONObject requestBody) throws IOException
      Throws:
      IOException
    • getJoinsFromRequestBody

      public static List<QueryJoin> getJoinsFromRequestBody(org.json.JSONObject requestBody) throws IOException
      Throws:
      IOException
    • getTableVariantFromRequestBody

      public static TableVariant getTableVariantFromRequestBody(org.json.JSONObject requestBody)