Skip to content

@RequestMapping negated params #245

Description

@larry-s

GIVEN

  • A @RequestMapping with negated values in the params:
    @RequestMapping(value = "/", method = RequestMethod.GET, params = { "mrn", "!familyName", "!givenName" })

WHEN

  • Viewing this in the UI

THEN

  • It shows query parameters !familyName and !givenName that have required: true. The negated parameters should be omitted from the list of parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions