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

Rework polymorphic deserialization to use built-in support in OpenAPI generator #957

Merged
merged 6 commits into from
Nov 7, 2023

Commits on Oct 19, 2023

  1. Rework polymorphic deserialization to use built-in support in OpenAPI…

    … generator (#948)
    
    Rework polymorphic deserialization
    - Add required code in pojo.mustache (copied from current version of OpenAPI generator) to add polymorphic annotations to model classes
    - Remove now useless custom deserializers, *ApiHelper classes and HelperUtil
    - Update README with modified snippets
    
    Co-authored-by: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com>
    clementdenis and arvindkrishnakumar-okta authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c6afff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18156e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01668d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Fix ITs

    arvindkrishnakumar-okta committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    95aa476 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    844f1ce View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    449472b View commit details
    Browse the repository at this point in the history