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

#3074 Incorporate ModelConverters.skippedClasses before adding method return type to schema #3078

Closed
wants to merge 5 commits into from

Conversation

arinal
Copy link
Contributor

@arinal arinal commented Jan 21, 2019

Issue is #3074

Previously, executing

ModelConverters.getInstance().addClassToSkip("io.app.ClassToSkip");

would still include io.app.ClassToSkip class into the output components schema if the class is returned by some actions, e.g.

class Api {
   @GET
   ClassToSkip action();
}

This PR incorporates registered skipped classes in ModelConverters inside Reader's filtering logic.

@frantuma
Copy link
Member

frantuma commented Feb 4, 2019

Thanks for this! included and replaced by #3107

@frantuma frantuma closed this Feb 4, 2019
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