hyperledger / hyperledger/fabric-chaincode-java
Support for fluent accessor serialization
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 323
- Forks
- 210
- Merge medio
- 8 h 1 min
- PR fusionados (30 d)
- 8
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.