@@ -65,8 +65,8 @@ public static RequestPartDescriptor partWithName(String name) {
65
65
* request path, a failure will also occur.
66
66
* <p>
67
67
* If you do not want to document a path parameter, a parameter descriptor can be
68
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
69
- * appearing in the generated snippet while avoiding the failure described above.
68
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
69
+ * in the generated snippet while avoiding the failure described above.
70
70
* @param descriptors the descriptions of the parameters in the request's path
71
71
* @return the snippet that will document the parameters
72
72
*/
@@ -86,8 +86,8 @@ public static PathParametersSnippet pathParameters(
86
86
* request path, a failure will also occur.
87
87
* <p>
88
88
* If you do not want to document a path parameter, a parameter descriptor can be
89
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
90
- * appearing in the generated snippet while avoiding the failure described above.
89
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
90
+ * in the generated snippet while avoiding the failure described above.
91
91
* @param descriptors the descriptions of the parameters in the request's path
92
92
* @return the snippet that will document the parameters
93
93
*/
@@ -138,8 +138,8 @@ public static PathParametersSnippet relaxedPathParameters(
138
138
* request path, a failure will also occur.
139
139
* <p>
140
140
* If you do not want to document a path parameter, a parameter descriptor can be
141
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
142
- * appearing in the generated snippet while avoiding the failure described above.
141
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
142
+ * in the generated snippet while avoiding the failure described above.
143
143
* @param attributes the attributes
144
144
* @param descriptors the descriptions of the parameters in the request's path
145
145
* @return the snippet that will document the parameters
@@ -161,8 +161,8 @@ public static PathParametersSnippet pathParameters(Map<String, Object> attribute
161
161
* request path, a failure will also occur.
162
162
* <p>
163
163
* If you do not want to document a path parameter, a parameter descriptor can be
164
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
165
- * appearing in the generated snippet while avoiding the failure described above.
164
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
165
+ * in the generated snippet while avoiding the failure described above.
166
166
* @param attributes the attributes
167
167
* @param descriptors the descriptions of the parameters in the request's path
168
168
* @return the snippet that will document the parameters
@@ -217,8 +217,8 @@ public static PathParametersSnippet relaxedPathParameters(
217
217
* request, a failure will also occur.
218
218
* <p>
219
219
* If you do not want to document a request parameter, a parameter descriptor can be
220
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
221
- * appearing in the generated snippet while avoiding the failure described above.
220
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
221
+ * in the generated snippet while avoiding the failure described above.
222
222
* @param descriptors the descriptions of the request's parameters
223
223
* @return the snippet
224
224
* @see OperationRequest#getParameters()
@@ -239,8 +239,8 @@ public static RequestParametersSnippet requestParameters(
239
239
* request, a failure will also occur.
240
240
* <p>
241
241
* If you do not want to document a request parameter, a parameter descriptor can be
242
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
243
- * appearing in the generated snippet while avoiding the failure described above.
242
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
243
+ * in the generated snippet while avoiding the failure described above.
244
244
* @param descriptors the descriptions of the request's parameters
245
245
* @return the snippet
246
246
* @see OperationRequest#getParameters()
@@ -294,8 +294,8 @@ public static RequestParametersSnippet relaxedRequestParameters(
294
294
* request, a failure will also occur.
295
295
* <p>
296
296
* If you do not want to document a request parameter, a parameter descriptor can be
297
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
298
- * appearing in the generated snippet while avoiding the failure described above.
297
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
298
+ * in the generated snippet while avoiding the failure described above.
299
299
* @param attributes the attributes
300
300
* @param descriptors the descriptions of the request's parameters
301
301
* @return the snippet that will document the parameters
@@ -318,8 +318,8 @@ public static RequestParametersSnippet requestParameters(
318
318
* request, a failure will also occur.
319
319
* <p>
320
320
* If you do not want to document a request parameter, a parameter descriptor can be
321
- * marked as {@link ParameterDescriptor#ignored() }. This will prevent it from
322
- * appearing in the generated snippet while avoiding the failure described above.
321
+ * marked as {@link ParameterDescriptor#ignored}. This will prevent it from appearing
322
+ * in the generated snippet while avoiding the failure described above.
323
323
* @param attributes the attributes
324
324
* @param descriptors the descriptions of the request's parameters
325
325
* @return the snippet that will document the parameters
@@ -376,7 +376,7 @@ public static RequestParametersSnippet relaxedRequestParameters(
376
376
* failure will also occur.
377
377
* <p>
378
378
* If you do not want to document a part, a part descriptor can be marked as
379
- * {@link RequestPartDescriptor#ignored() }. This will prevent it from appearing in the
379
+ * {@link RequestPartDescriptor#ignored}. This will prevent it from appearing in the
380
380
* generated snippet while avoiding the failure described above.
381
381
* @param descriptors the descriptions of the request's parts
382
382
* @return the snippet
@@ -396,7 +396,7 @@ public static RequestPartsSnippet requestParts(RequestPartDescriptor... descript
396
396
* failure will also occur.
397
397
* <p>
398
398
* If you do not want to document a part, a part descriptor can be marked as
399
- * {@link RequestPartDescriptor#ignored() }. This will prevent it from appearing in the
399
+ * {@link RequestPartDescriptor#ignored}. This will prevent it from appearing in the
400
400
* generated snippet while avoiding the failure described above.
401
401
* @param descriptors the descriptions of the request's parts
402
402
* @return the snippet
@@ -448,7 +448,7 @@ public static RequestPartsSnippet relaxedRequestParts(
448
448
* failure will also occur.
449
449
* <p>
450
450
* If you do not want to document a part, a part descriptor can be marked as
451
- * {@link RequestPartDescriptor#ignored() }. This will prevent it from appearing in the
451
+ * {@link RequestPartDescriptor#ignored}. This will prevent it from appearing in the
452
452
* generated snippet while avoiding the failure described above.
453
453
* @param attributes the attributes
454
454
* @param descriptors the descriptions of the request's parts
@@ -471,7 +471,7 @@ public static RequestPartsSnippet requestParts(Map<String, Object> attributes,
471
471
* failure will also occur.
472
472
* <p>
473
473
* If you do not want to document a part, a part descriptor can be marked as
474
- * {@link RequestPartDescriptor#ignored() }. This will prevent it from appearing in the
474
+ * {@link RequestPartDescriptor#ignored}. This will prevent it from appearing in the
475
475
* generated snippet while avoiding the failure described above.
476
476
* @param attributes the attributes
477
477
* @param descriptors the descriptions of the request's parts
0 commit comments