MCPcopy
hub / github.com/jOOQ/jOOQ / XMLFormat

Method XMLFormat

jOOQ/src/main/java/org/jooq/XMLFormat.java:81–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 BinaryFormat binaryFormat;
80
81 public XMLFormat() {
82 this(
83 false,
84
85
86
87 true,
88 false,
89 "\n",
90 0,
91 2,
92 null,
93 true,
94 ValueFormat.TO_TYPE,
95 RecordFormat.VALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE,
96 false,
97 NullFormat.EMPTY_ELEMENT,
98 ArrayFormat.STRING,
99 BinaryFormat.BASE64
100 );
101 }
102
103 private XMLFormat(
104 boolean mutable,

Callers

nothing calls this directly

Calls 1

rightPadMethod · 0.80

Tested by

no test coverage detected