Is there a tool that converts my kotlin classes or...
# announcements
e
Is there a tool that converts my kotlin classes or java pojos to fillable html form? Currently I’m traversing class fields via reflection produce something like json-schema, which I use to generate a form on frontend. Existing pojo->json schema/avro etc tools not seems to be working reliably
v
Look at the https://github.com/springfox/springfox , this tool should have an implementation to take the schemas from classes.