dblevins opened a new pull request, #142:
URL: https://github.com/apache/johnzon/pull/142
Given a record like this, only the name and age fields should be written.
```
public record Person(String name, int age) {
public Builder toBuilder() { return ...; }
public static Builder builder() { return ...; }
}
```
https://issues.apache.org/jira/browse/JOHNZON-432
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]