10000 Apply ApiParam hidden attribute to parameters by defshine · Pull Request #1589 · springfox/springfox · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Apply ApiParam hidden attribute to parameters #1589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 29, 2016

Conversation

defshine
Copy link
Contributor
@defshine defshine commented Nov 30, 2016

Attribute hidden of @ApiParam don't work in this situation:

public Page listUser(@ModelAttribute UserQueryRequest request,
@ApiParam(hidden = true)
@PageableDefault(sort = {"createdTime"}, direction = Sort.Direction.DESC)
Pageable pageable) { }

@dilipkrish dilipkrish added this to the 2.7.0 milestone Dec 29, 2016
@dilipkrish dilipkrish changed the title fix ApiParam hidden attribute Apply ApiParam hidden attribute to parameters Dec 29, 2016
@dilipkrish
Copy link
Member

@defshine Thanks so much for the PR! Much appreciated! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0