@@ -22,7 +22,7 @@ class TestBinaryGifStubBuilder internal constructor(private val objectMapper: Ob
2222 * Let the stub for testBinaryGif respond with HTTP status code 200.
2323 *
2424 * @param body response body for the [MappingBuilder].
25- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
25+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
2626 * @return a [MappingBuilder] to be registered with a WireMock instance.
2727 */
2828 fun respondWith200 (
@@ -39,6 +39,7 @@ class TestBinaryGifStubBuilder internal constructor(private val objectMapper: Ob
3939 /* *
4040 * Let the stub for testBinaryGif respond with HTTP status code [code].
4141 *
42+ * @param code the response code.
4243 * @param body response body for the [MappingBuilder].
4344 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
4445 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -69,7 +70,7 @@ class TestBodyApplicationOctetstreamBinaryStubBuilder internal constructor(priva
6970 * Let the stub for testBodyApplicationOctetstreamBinary respond with HTTP status code 200.
7071 *
7172 * @param body response body for the [MappingBuilder].
72- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
73+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
7374 * @return a [MappingBuilder] to be registered with a WireMock instance.
7475 */
7576 fun respondWith200 (
@@ -86,6 +87,7 @@ class TestBodyApplicationOctetstreamBinaryStubBuilder internal constructor(priva
8687 /* *
8788 * Let the stub for testBodyApplicationOctetstreamBinary respond with HTTP status code [code].
8889 *
90+ * @param code the response code.
8991 * @param body response body for the [MappingBuilder].
9092 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
9193 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -116,7 +118,7 @@ class TestBodyMultipartFormdataArrayOfBinaryStubBuilder internal constructor(pri
116118 * Let the stub for testBodyMultipartFormdataArrayOfBinary respond with HTTP status code 200.
117119 *
118120 * @param body response body for the [MappingBuilder].
119- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
121+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
120122 * @return a [MappingBuilder] to be registered with a WireMock instance.
121123 */
122124 fun respondWith200 (
@@ -133,6 +135,7 @@ class TestBodyMultipartFormdataArrayOfBinaryStubBuilder internal constructor(pri
133135 /* *
134136 * Let the stub for testBodyMultipartFormdataArrayOfBinary respond with HTTP status code [code].
135137 *
138+ * @param code the response code.
136139 * @param body response body for the [MappingBuilder].
137140 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
138141 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -163,7 +166,7 @@ class TestBodyMultipartFormdataSingleBinaryStubBuilder internal constructor(priv
163166 * Let the stub for testBodyMultipartFormdataSingleBinary respond with HTTP status code 200.
164167 *
165168 * @param body response body for the [MappingBuilder].
166- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
169+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
167170 * @return a [MappingBuilder] to be registered with a WireMock instance.
168171 */
169172 fun respondWith200 (
@@ -180,6 +183,7 @@ class TestBodyMultipartFormdataSingleBinaryStubBuilder internal constructor(priv
180183 /* *
181184 * Let the stub for testBodyMultipartFormdataSingleBinary respond with HTTP status code [code].
182185 *
186+ * @param code the response code.
183187 * @param body response body for the [MappingBuilder].
184188 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
185189 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -210,7 +214,7 @@ class TestEchoBodyFreeFormObjectResponseStringStubBuilder internal constructor(p
210214 * Let the stub for testEchoBodyFreeFormObjectResponseString respond with HTTP status code 200.
211215 *
212216 * @param body response body for the [MappingBuilder].
213- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
217+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
214218 * @return a [MappingBuilder] to be registered with a WireMock instance.
215219 */
216220 fun respondWith200 (
@@ -227,6 +231,7 @@ class TestEchoBodyFreeFormObjectResponseStringStubBuilder internal constructor(p
227231 /* *
228232 * Let the stub for testEchoBodyFreeFormObjectResponseString respond with HTTP status code [code].
229233 *
234+ * @param code the response code.
230235 * @param body response body for the [MappingBuilder].
231236 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
232237 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -257,7 +262,7 @@ class TestEchoBodyPetStubBuilder internal constructor(private val objectMapper:
257262 * Let the stub for testEchoBodyPet respond with HTTP status code 200.
258263 *
259264 * @param body response body for the [MappingBuilder].
260- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
265+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
261266 * @return a [MappingBuilder] to be registered with a WireMock instance.
262267 */
263268 fun respondWith200 (
@@ -274,6 +279,7 @@ class TestEchoBodyPetStubBuilder internal constructor(private val objectMapper:
274279 /* *
275280 * Let the stub for testEchoBodyPet respond with HTTP status code [code].
276281 *
282+ * @param code the response code.
277283 * @param body response body for the [MappingBuilder].
278284 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
279285 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -304,7 +310,7 @@ class TestEchoBodyPetResponseStringStubBuilder internal constructor(private val
304310 * Let the stub for testEchoBodyPetResponseString respond with HTTP status code 200.
305311 *
306312 * @param body response body for the [MappingBuilder].
307- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
313+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
308314 * @return a [MappingBuilder] to be registered with a WireMock instance.
309315 */
310316 fun respondWith200 (
@@ -321,6 +327,7 @@ class TestEchoBodyPetResponseStringStubBuilder internal constructor(private val
321327 /* *
322328 * Let the stub for testEchoBodyPetResponseString respond with HTTP status code [code].
323329 *
330+ * @param code the response code.
324331 * @param body response body for the [MappingBuilder].
325332 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
326333 * @return a [MappingBuilder] to be registered with a WireMock instance.
@@ -351,7 +358,7 @@ class TestEchoBodyTagResponseStringStubBuilder internal constructor(private val
351358 * Let the stub for testEchoBodyTagResponseString respond with HTTP status code 200.
352359 *
353360 * @param body response body for the [MappingBuilder].
354- * @param configurer fonfigurer for the [MappingBuilder], allowing for arbitrary changes.
361+ * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
355362 * @return a [MappingBuilder] to be registered with a WireMock instance.
356363 */
357364 fun respondWith200 (
@@ -368,6 +375,7 @@ class TestEchoBodyTagResponseStringStubBuilder internal constructor(private val
368375 /* *
369376 * Let the stub for testEchoBodyTagResponseString respond with HTTP status code [code].
370377 *
378+ * @param code the response code.
371379 * @param body response body for the [MappingBuilder].
372380 * @param configurer configurer for the [MappingBuilder], allowing for arbitrary changes.
373381 * @return a [MappingBuilder] to be registered with a WireMock instance.
0 commit comments