googleapis / googleapis/google-cloud-java

[java-firestore] CustomClassMapper does not handle well getters that are java bridge methods

オープン
#13,134 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
api: firestore priority: p2 type: bug
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

Thanks for stopping by to let us know something could be better!

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

- Search the issues already opened: https://github.com/googleapis/java-firestore/issues
- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform

If you are still having issues, please include as much information as possible:

#### Environment details

1. Specify the API at the beginning of the title. For example, "BigQuery: ...").
General, Core, and Other are also allowed as types
2. OS type and version:
3. Java version:
4. firestore version(s):

#### Steps to reproduce

Mirroring from https://github.com/firebase/firebase-admin-java/issues/435
1. ?
2. ?

#### Code example

IMHO it worth adding following code to com.google.cloud.firestore.CustomClassMapper.BeanMapper#shouldIncludeGetter:
// Bridge methods
if (method.isBridge()) {
return false;
}

#### Stack trace
```
Any relevant stacktrace here.
```

#### External references such as API reference guides

- ?

#### Any additional information below

Following these steps guarantees the quickest resolution possible.

Thanks!

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

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

評価

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

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

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