hyperledger / hyperledger/fabric-chaincode-java
Support for fluent accessor serialization
未關閉
- 主要語言
- Java
- 星號
- 323
- 分支
- 210
- 平均合併
- 8 小時 1 分鐘
- 30 天內合併 PR
- 8
描述
With java records, getters are accessed fluently (e.g. `getId()` -> `id()`).
The current serializer requires traditional getters and is not compatible with standard records without explicitly adding getters to it.
貢獻指南
評估
這個 Issue 還沒有評估資料。