hyperledger / hyperledger/fabric-chaincode-java
Support for fluent accessor serialization
Ouverte
- Langage dominant
- Java
- Étoiles
- 323
- Forks
- 210
- Merge moyen
- 8 h 1 min
- PR mergées (30 j)
- 8
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.