Skip to content
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

Request: Liberate DefaultGenerator! #7722

Closed
DarkWingDuckWing opened this issue Feb 25, 2018 · 3 comments
Closed

Request: Liberate DefaultGenerator! #7722

DarkWingDuckWing opened this issue Feb 25, 2018 · 3 comments

Comments

@DarkWingDuckWing
Copy link
Contributor

Description

Hey all,

I'm looking to get creative with my generated APIs/Controllers and it looks like there's a few private methods in DefaultGenerator that would really benefit me if they were to be made protected. For instance, the private void generateApis(List<File> files, List<Object> allOperations, List<Object> allModels) is a great target to be able to override in order to customize logic around the operations on a path/endpoint.

Let me know what you think and I can open up a PR.

@macjohnny
Copy link
Contributor

@dankling I think this sounds reasonable

frantuma added a commit that referenced this issue Jan 30, 2019
…ltgenerator

change DefaultGenerator members visibility - ref #7722
@frantuma
Copy link
Member

Thanks! implemented in #9136 (includes #8097)

@DarkWingDuckWing
Copy link
Contributor Author

Could we get these changes on the 3 release?

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

No branches or pull requests

3 participants