quarkus-hibernate-types
quarkus-hibernate-types copied to clipboard
Support for class io.vertx.core.json.JsonObject
Since Quarkus uses Vertx under the hood, class io.vertx.core.json.JsonObject is already available to represent a JSON object.
It would be great to have support for this type. Sometimes, I don't want to create a POJO just to represent a JSON column. I could use a Map, but a JsonObject is simpler, and have a fluent API.