This is probably a feature request more than anything.
When the MockMvcRestDocumentationWrapper.document drop in replacement is used in snippets like below, the tests start generating errors despite the relaxed* factories for snippets used
The following parts of the payload were not documented:
{
"id" : null,
"allRenditions" : false
}
when undocumented fields that are in request in this case should be ignored (we have some defaults in the input beans that we don't care about and want omitted in this case).
This is probably a feature request more than anything.
When the MockMvcRestDocumentationWrapper.document drop in replacement is used in snippets like below, the tests start generating errors despite the relaxed* factories for snippets used
then with the request
I see the following error
when undocumented fields that are in request in this case should be ignored (we have some defaults in the input beans that we don't care about and want omitted in this case).
The same happens for other factories like
etc