hyperledger / hyperledger/fabric-chaincode-java

Support for fluent accessor serialization

Open
#313 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
323
Forks
210
Avg merge
8h 1m
Merged PRs (30d)
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.