MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / hashCode

Method hashCode

jOOQ/src/main/java/org/jooq/JSON.java:121–124  ·  view source on GitHub ↗

{@inheritDoc} JSON specifics: The JSON type uses a text-based, formatting-preserving representation of the JSON content, meaning that two equivalent JSON documents are considered not equal if their formatting or object attribute ordering differs (see JSON for

()

Source from the content-addressed store, hash-verified

119 * attribute ordering differs (see {@link JSON} for details).
120 */
121 @Override
122 public int hashCode() {
123 return data.hashCode();
124 }
125
126 /**
127 * {@inheritDoc}

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected