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 还没有评估数据。