eclipse-vertx / eclipse-vertx/vertx-codegen

Codegen silently skips some getters

オープン
#116 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
111
フォーク
89
PR マージ指標
30日以内にマージされた PR はありません

説明

Given data object:

```
@DataObject(generateConverter=true)
public class MyDo {
private Map> data;
... JsonObject ctor, toJson, getter/setter
}
```

The converter generated for it silently skips the `Map> getData()` method conversion, does not throw errors during build.

To me, this did not occur at all when service (that defines API using MyDo) used locally, all worked just fine. But once used remotely (via ProxyHelper.registerService), things suddenly broke naturally, as data was simply missing when sent over wire.

Is this intentional? As I got really puzzled where the data goes away?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。