eclipse-vertx / vertx-codegen

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

Codegen formatter pluggabilty #371

Open vietj opened 1 year ago

vietj commented 1 year ago

The dataobject json generator hardcodes the list of case it can support. When it resolves a case that is not supported, it simply throws an exception.

We should support loading of external cases.