MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / isJSONArray

Method isJSONArray

jOOQ/src/main/java/org/jooq/impl/JSONObject.java:402–406  ·  view source on GitHub ↗
(Field<?> field)

Source from the content-addressed store, hash-verified

400 }
401
402 private static final boolean isJSONArray(Field<?> field) {
403 return field instanceof JSONArray
404 || field instanceof JSONArrayAgg
405 || field instanceof ScalarSubquery && isJSONArray(((ScalarSubquery<?>) field).query.getSelect().get(0));
406 }
407
408 private final void acceptStandard(Context<?> ctx) {
409 JSONNull jsonNull;

Callers 1

accept0Method · 0.95

Calls 2

getMethod · 0.65
getSelectMethod · 0.65

Tested by

no test coverage detected