MCPcopy
hub / github.com/jOOQ/jOOQ / JSONFormat

Method JSONFormat

jOOQ/src/main/java/org/jooq/JSONFormat.java:99–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 BinaryFormat binaryFormat;
98
99 public JSONFormat() {
100 this(
101 false,
102
103
104
105 false,
106 "\n",
107 0,
108 2,
109 null,
110 true,
111 ValueFormat.TO_TYPE,
112 RecordFormat.ARRAY,
113 NullFormat.NULL_ON_NULL,
114 NullFormat.NULL_ON_NULL,
115 true,
116 false,
117 false,
118 false,
119 BinaryFormat.BASE64
120 );
121 }
122
123 private JSONFormat(
124 boolean mutable,

Callers

nothing calls this directly

Calls 1

rightPadMethod · 0.80

Tested by

no test coverage detected