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

Add support for generation of class in Java #87

Closed
4 tasks done
desaikd opened this issue Feb 22, 2024 · 1 comment
Closed
4 tasks done

Add support for generation of class in Java #87

desaikd opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
code generation Improvements for code generation subcommand `generate` enhancement New feature or request

Comments

@desaikd
Copy link
Contributor

desaikd commented Feb 22, 2024

Add support to generate struct based on Ion Schema. This will include supporting conversion of various class related constraints in ISL.

Following ISL constraints will be supported with struct generation:

  • element
  • fields
  • type

Action Items for this implementation:

  • Define an initial workflow for code generation
  • Define templates for class in Java
  • Define constraint mapping for element, fields and type constraints in ISL to struct in Rust
  • Implement code generation for read and write API for struct in Rust
@desaikd desaikd added the enhancement New feature or request label Feb 22, 2024
@desaikd desaikd self-assigned this Feb 22, 2024
@desaikd desaikd added the code generation Improvements for code generation subcommand `generate` label Apr 9, 2024
@desaikd desaikd moved this from Todo to In Progress in Code generation using Ion Schema Apr 9, 2024
@desaikd
Copy link
Contributor Author

desaikd commented Apr 25, 2024

Completed with #100

@desaikd desaikd closed this as completed Apr 25, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Code generation using Ion Schema Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code generation Improvements for code generation subcommand `generate` enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant