-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework polymorphic deserialization to use built-in support in OpenAPI…
… generator (#957) * 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> * Fix ITs * minor updates --------- Co-authored-by: Clément Denis <clement.denis@gmail.com>
- Loading branch information
1 parent
b8578c5
commit 8e5bbca
Showing
19 changed files
with
59 additions
and
953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
137 changes: 0 additions & 137 deletions
137
api/src/main/java/com/okta/sdk/helper/ApplicationApiHelper.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.