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

Method toString

jOOQ/src/main/java/org/jooq/JSONB.java:183–186  ·  view source on GitHub ↗

{@inheritDoc} JSONB specifics: The JSONB type uses a normalised representation of the JSON content, meaning that two equivalent JSON documents are considered equal (see JSONB for details). This impacts both behaviour and performance!

()

Source from the content-addressed store, hash-verified

181 * performance!
182 */
183 @Override
184 public String toString() {
185 return toJSONString(parsed());
186 }
187}

Callers

nothing calls this directly

Calls 2

parsedMethod · 0.95
toJSONStringMethod · 0.45

Tested by

no test coverage detected