We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The qt tool should be able to write to multiple files if that's what quicktype tool produces. For example, Java expects this.
qt
quicktype
The tool assumes the output is to one file.
Use a MultiFileRenderResult rather than a SerializedRenderResult.
MultiFileRenderResult
SerializedRenderResult
https://github.com/quicktype/quicktype/blob/master/src/quicktype-core/TargetLanguage.ts
Try producing Java code. It'll output a single file but with comments of the expected file names and file contents.
The text was updated successfully, but these errors were encountered:
grant
Successfully merging a pull request may close this issue.
Expected Behavior
The
qt
tool should be able to write to multiple files if that's whatquicktype
tool produces. For example, Java expects this.Actual Behavior
The tool assumes the output is to one file.
Fix
Use a
MultiFileRenderResult
rather than aSerializedRenderResult
.https://github.com/quicktype/quicktype/blob/master/src/quicktype-core/TargetLanguage.ts
Steps to Reproduce the Problem
Try producing Java code. It'll output a single file but with comments of the expected file names and file contents.
The text was updated successfully, but these errors were encountered: