FasterXML / FasterXML/jackson-module-scala
Respect Scala visibility for scoped visibility properties.
Offen
Visibility
- Vorherrschende Sprache
- Scala
- Sterne
- 506
- Forks
- 138
- Ø Merge
- 3 Std. 6 Min.
- Gemergte PRs (30 T.)
- 48
Beschreibung
As discussed in #77, Scala traits can contain fields and that are private to a package. These are implemented as public fields and methods in the JVM because there is no other choice.
If possible, examine the visibility of the field with respect to the class being serialized, and use that to override the JVM visibility.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.