openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
15 stars 7 forks source link

feat(java): implement fga.mod transformer #243

Closed ewanharris closed 2 months ago

ewanharris commented 2 months ago

Description

Implements fga.mod transformation for the Java package, the yaml handling is done using the Jackson library that was already being used for tests. I evaluated some of the other libraries mentioned on the yaml site but they either proved too low level (snakeYAML) or didn't provide the functionality we needed (the rest).

References

Review Checklist