Class QuerySpecUtils
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.utils.QuerySpecUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestBody
static QQueryFilter
getFilterFromRequestBody
(org.json.JSONObject requestBody) getJoinsFromRequestBody
(org.json.JSONObject requestBody) static TableVariant
getTableVariantFromRequestBody
(org.json.JSONObject requestBody)
-
Constructor Details
-
QuerySpecUtils
public QuerySpecUtils()
-
-
Method Details
-
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
-