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