@@ -156,7 +156,11 @@ public {{builderClass}} add(Map<String, ?> item) {
156156 {{ #each  typeToValues  }} 
157157 {{ #eq  @key  " null" }} 
158158 {{ #if  forDocs  }} 
159- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Null{{ ../jsonPathPiece.camelCase }}  item) |
159+  {{ #if  useContainer  }} 
160+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .Null{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#null{{ ../jsonPathPiece.anchorPiece }} ) item) |
161+  {{ else }} 
162+ | {{ builderClass }}  | add([Null{{ ../jsonPathPiece.camelCase }} ](#null{{ ../jsonPathPiece.anchorPiece }} ) item) |
163+  {{ /if }} 
160164 {{ else }} 
161165
162166public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Null{{ ../jsonPathPiece.camelCase }}  item) {
@@ -167,7 +171,11 @@ public {{builderClass}} add({{#if useContainer}}{{../../containerJsonPathPiece.c
167171 {{ else }} 
168172 {{ #eq  @key  " boolean" }} 
169173 {{ #if  forDocs  }} 
170- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Boolean{{ ../jsonPathPiece.camelCase }}  item) |
174+  {{ #if  useContainer  }} 
175+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .Boolean{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#boolean{{ ../jsonPathPiece.anchorPiece }} ) item) |
176+  {{ else }} 
177+ | {{ builderClass }}  | add([Boolean{{ ../jsonPathPiece.camelCase }} ](#boolean{{ ../jsonPathPiece.anchorPiece }} ) item) |
178+  {{ /if }} 
171179 {{ else }} 
172180
173181public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Boolean{{ ../jsonPathPiece.camelCase }}  item) {
@@ -178,7 +186,11 @@ public {{builderClass}} add({{#if useContainer}}{{../../containerJsonPathPiece.c
178186 {{ else }} 
179187 {{ #eq  @key  " string" }} 
180188 {{ #if  forDocs  }} 
181- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} String{{ ../jsonPathPiece.camelCase }}  item) |
189+  {{ #if  useContainer  }} 
190+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .String{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#string{{ ../jsonPathPiece.anchorPiece }} ) item) |
191+  {{ else }} 
192+ | {{ builderClass }}  | add([String{{ ../jsonPathPiece.camelCase }} ](#string{{ ../jsonPathPiece.anchorPiece }} ) item) |
193+  {{ /if }} 
182194 {{ else }} 
183195
184196public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} String{{ ../jsonPathPiece.camelCase }}  item) {
@@ -189,7 +201,11 @@ public {{builderClass}} add({{#if useContainer}}{{../../containerJsonPathPiece.c
189201 {{ else }} 
190202 {{ #eq  @key  " Integer" }} 
191203 {{ #if  forDocs  }} 
192- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Integer{{ ../jsonPathPiece.camelCase }}  item) |
204+  {{ #if  useContainer  }} 
205+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .Integer{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#integer{{ ../jsonPathPiece.anchorPiece }} ) item) |
206+  {{ else }} 
207+ | {{ builderClass }}  | add([Integer{{ ../jsonPathPiece.camelCase }} ](#integer{{ ../jsonPathPiece.anchorPiece }} ) item) |
208+  {{ /if }} 
193209 {{ else }} 
194210
195211public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Integer{{ ../jsonPathPiece.camelCase }}  item) {
@@ -200,7 +216,11 @@ public {{builderClass}} add({{#if useContainer}}{{../../containerJsonPathPiece.c
200216 {{ else }} 
201217 {{ #eq  @key  " Long" }} 
202218 {{ #if  forDocs  }} 
203- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Long{{ ../jsonPathPiece.camelCase }}  item) |
219+  {{ #if  useContainer  }} 
220+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .Long{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#long{{ ../jsonPathPiece.anchorPiece }} ) item) |
221+  {{ else }} 
222+ | {{ builderClass }}  | add([Long{{ ../jsonPathPiece.camelCase }} ](#long{{ ../jsonPathPiece.anchorPiece }} ) item) |
223+  {{ /if }} 
204224 {{ else }} 
205225
206226public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Long{{ ../jsonPathPiece.camelCase }}  item) {
@@ -211,7 +231,11 @@ public {{builderClass}} add({{#if useContainer}}{{../../containerJsonPathPiece.c
211231 {{ else }} 
212232 {{ #eq  @key  " Float" }} 
213233 {{ #if  forDocs  }} 
214- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Float{{ ../jsonPathPiece.camelCase }}  item) |
234+  {{ #if  useContainer  }} 
235+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .Float{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#float{{ ../jsonPathPiece.anchorPiece }} ) item) |
236+  {{ else }} 
237+ | {{ builderClass }}  | add([Float{{ ../jsonPathPiece.camelCase }} ](#float{{ ../jsonPathPiece.anchorPiece }} ) item) |
238+  {{ /if }} 
215239 {{ else }} 
216240
217241public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Float{{ ../jsonPathPiece.camelCase }}  item) {
@@ -222,7 +246,11 @@ public {{builderClass}} add({{#if useContainer}}{{../../containerJsonPathPiece.c
222246 {{ else }} 
223247 {{ #eq  @key  " Double" }} 
224248 {{ #if  forDocs  }} 
225- | {{ builderClass }}  | add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Double{{ ../jsonPathPiece.camelCase }}  item) |
249+  {{ #if  useContainer  }} 
250+ | {{ builderClass }}  | add([{{ ../../containerJsonPathPiece.camelCase }} .Double{{ ../jsonPathPiece.camelCase }} ]({{ docRoot }}{{ pathFromDocRoot }} .md#double{{ ../jsonPathPiece.anchorPiece }} ) item) |
251+  {{ else }} 
252+ | {{ builderClass }}  | add([Double{{ ../jsonPathPiece.camelCase }} ](#double{{ ../jsonPathPiece.anchorPiece }} ) item) |
253+  {{ /if }} 
226254 {{ else }} 
227255
228256public {{ builderClass }}  add({{ #if  useContainer }} {{ ../../containerJsonPathPiece.camelCase }} .{{ /if }} Double{{ ../jsonPathPiece.camelCase }}  item) {
0 commit comments