We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213f9e4 commit 26cd0ddCopy full SHA for 26cd0dd
1 file changed
README.md
@@ -284,7 +284,7 @@ Here is an example:
284
resultActions
285
.andDo(
286
MockMvcRestDocumentationWrapper.document(operationName,
287
- requestFields(fieldDescriptors().getFieldDescriptors()),
+ requestFields(new FieldDescriptors().getFieldDescriptors()),
288
responseFields(
289
fieldWithPath("comment").description("the comment"),
290
fieldWithPath("flag").description("the flag"),
0 commit comments