You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a question about generating request/response fields snippets with MockMvcRestDocumentationWrapper.
I'd expected documenting with only MockMvcRestDocumentationWrapper and ResourceSnippetParameters, but request/response fields snippets were not generated at build time while other snippets(parameters, etc) were successfully generated. (Code right below)
However, adding MockMvcRestDocumentationWrapper.document without ResourceSnippetParameters, request/response fields snippets are successfully generated. (Code right below)
Yeah i have the same concern, anyone can respond? The documentation just mentions to replace the "MockMvcRestDocumentation" with the wrapper , using the resource and ResourcesnippetParameters builder is a must?
Hi. I have a question about generating request/response fields snippets with MockMvcRestDocumentationWrapper.
I'd expected documenting with only MockMvcRestDocumentationWrapper and ResourceSnippetParameters, but request/response fields snippets were not generated at build time while other snippets(parameters, etc) were successfully generated. (Code right below)
However, adding MockMvcRestDocumentationWrapper.document without ResourceSnippetParameters, request/response fields snippets are successfully generated. (Code right below)
Is there any other way to generate all necessary snippets with only one set of MockMvcRestDocumentationWrapper.document code per an API?
The text was updated successfully, but these errors were encountered: