-
Notifications
You must be signed in to change notification settings - Fork 31
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
Serialization Missing #227
Comments
@danlange Sorry, documentation is out of date. Will try to get to review & update shortly, but time for this very tight. The The adapter class is actually part of the |
thanks for the info @andylowry ! I've been trying and failing to modify the e.g.
This problem persisted even when I attempted to set a non-empty Calling I was able to modify the My goal here is to programmatically edit specs based on tags for easier documentation generation. e.g. has this route been implemented? |
The documentation says that:
Serialization to JSON or YAML is supported, and by default, round-tripping will not cause any reordering of model content.
And:
The serialization API applies to any Overlay adapter object but most commonly will be applied to complete models. It consists of a single method:
JsonNode toJson(SerializationOptions.options... options)
There was an OpenApi3.toJson() method in build 0.0.3.201803041924 but it has been missing since build 1.0.0.201803221402.
I can't find any way to serialize in builds more recent than that.
The text was updated successfully, but these errors were encountered: