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
I think this needs to be changed in src/main/java/org/jsondoc/springmvc/scanner/builder/SpringQueryParamBuilder.java
In method addRequestMappingParamDoc() add a check that the first character is not a !
GIVEN
@RequestMapping
with negated values in the params:@RequestMapping(value = "/", method = RequestMethod.GET, params = { "mrn", "!familyName", "!givenName" })
WHEN
THEN
The text was updated successfully, but these errors were encountered: