reactiverse / es4x

🚀 fast JavaScript 4 Eclipse Vert.x
https://reactiverse.io/es4x/
Apache License 2.0
877 stars 75 forks source link

Missing Binding for io.vertx.json.schema.draft7.dsl.Schemas.* #564

Open BeneStem opened 2 years ago

BeneStem commented 2 years ago

Is it possible that the Binding for the io.vertx.json.schema.draft7.dsl.Schemas class is still missing?

I can't call objectSchema() or intSchema() and so on...

pmlopes commented 2 years ago

I see that that class doesn't have annotations.

We need to go over the code and identify all missing annotations.

BeneStem commented 2 years ago

Thank you very much!