eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

BugFix: add support for JsonArray field defined in DataObject #372

Closed lwlee2608 closed 1 year ago

lwlee2608 commented 1 year ago

JsonArray field type is only handled by JsonObject. This PR adds support for handling a JsonArray field when it is defined in a DataObject POJO.