{@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!
()
| 181 | * performance! |
| 182 | */ |
| 183 | @Override |
| 184 | public String toString() { |
| 185 | return toJSONString(parsed()); |
| 186 | } |
| 187 | } |
nothing calls this directly
no test coverage detected