-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Comments
@dankling I think this sounds reasonable |
3 tasks
frantuma
added a commit
that referenced
this issue
Jan 30, 2019
…ltgenerator change DefaultGenerator members visibility - ref #7722
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
Description
Hey all,
I'm looking to get creative with my generated APIs/Controllers and it looks like there's a few
private
methods inDefaultGenerator
that would really benefit me if they were to be madeprotected
. For instance, theprivate 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.
The text was updated successfully, but these errors were encountered: