upb-uc4 / lagom-core

Repository for the micro service backend using lagom.
Apache License 2.0
6 stars 0 forks source link

Change toPublic to be additive, instead of substractive #316

Closed dhelmert closed 3 years ago

dhelmert commented 4 years ago

Change toPublic to "fill" needed public fields, instead of "erasing" private ones. This is in order to ensure that a mistake on implementation, or an oversight of a variable, results in less fields being exposed, instead of more.