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

Allow filtering bean properties and transforming JSON schema during generation process #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 25, 2014

  1. added ChainSchemaFactoryWrapper with BeanPropertyFilter chain

    This change provides an extended SchemaFactoryWrapper with BeanProperty filtering option - thanks that you can simply exclude properties of existing model from being added to JSON schema (e.g. you can skip @deprecated fields or any custom annotated field).
    wololock committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    66e840a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4006352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d353e61 View commit details
    Browse the repository at this point in the history