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

Make parseMethod protected thus improving extensibility. #3211

Merged
merged 1 commit into from
May 24, 2019

Conversation

UKreher
Copy link

@UKreher UKreher commented May 24, 2019

Making the main Reader.parseMethod protected greatly improves extensibility.

The method being private requires me to override the 3 corresponding public methods. Additionally, I need a callback reference (java.util.function.Function) for each of them just to simulate a super call in the one “overriding“ method.

@frantuma frantuma merged commit 703cbd1 into swagger-api:master May 24, 2019
@frantuma
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants