java-to-zod icon indicating copy to clipboard operation
java-to-zod copied to clipboard

Convert POJOs to Zod schemas

Results 9 java-to-zod issues
Sort by recently updated
recently updated
newest added

Some might want to be aware of any unsupported annotations being used (and log them at least)

It makes sense to just support breaking out of the type inference in two basic ways, for types that are not yet supported or for custom extension. I'm imagining this...

Maybe run the tests separately, and use this trick when doing the release: https://blog.jdriven.com/2022/11/mastering-maven-exclude-modules-from-build/

It is probably most useful to support different groups, see here for example: https://www.baeldung.com/javax-validation-groups It would make sense to generate different schemas for each group that is mentioned in a...

This PR combines the work I've done yesterday and today on both the Gradle and Maven plugins. The first half is a duplicate of the other pull request which is...

1. Updated to match the latest main. 2. Merged in my Gradle plugin module. 3. Added tests for the plugin output. 4. Added tests that the output functions with Zod...

@buchananwill has a working version of this they can contribute. Need to figure out how to write some tests for it. The Maven plugin should serve as some inspiration for...