-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prevent serialisation of private component fields (#5208)
* feat: prevent serialisation of private component fields * log line shorter for ComponentTypeHandlerFactory * feat(TypeHandlerLibrary): do not serialise private fields in ObjectFieldMapTypeHandler by default * fix: fix ObjectFieldMapTypeHandlerFactoryTest tests * fix: fix TypeSerializerTest tests * fix: fix VectorTypeSerializerTest tests * fix: fix BlockAreaTypeHandlerTest tests * style: fix checkstyle issues in TypeSerializerTest.java * fix: catch setter errors explicitly in ObjectFieldTypeMapHandler --------- Co-authored-by: soloturn <soloturn@gmail.com> Co-authored-by: jdrueckert <jd.rueckert@googlemail.com>
- Loading branch information
1 parent
ae83461
commit 23b83d6
Showing
6 changed files
with
63 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters