quarkus-hibernate-types icon indicating copy to clipboard operation
quarkus-hibernate-types copied to clipboard

Support for class io.vertx.core.json.JsonObject

Open brunobastosg opened this issue 4 years ago • 0 comments

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.

brunobastosg avatar Aug 11 '21 17:08 brunobastosg