forked from finos/vuu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finos#1318 improve ExternalEntitySchema api and add a
toMap
method
- this change also removes getListToObjectConverter.scala since its api isn't Java friendly, and it assumes the passed values are in the same order as the class' constructor params. Which might not always be the case. - replaced it with a more flexible solution with JsonMapper, that converts a map (of field names->values) to a class instance. Which should be easily replicable in Java.
- Loading branch information
1 parent
25f4f4d
commit b2c12c8
Showing
6 changed files
with
50 additions
and
32 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
8 changes: 0 additions & 8 deletions
8
...e-ignite/src/main/scala/org/finos/vuu/example/ignite/utils/getListToObjectConverter.scala
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...ite/src/test/scala/org/finos/vuu/example/ignite/schema/getListToObjectConverterTest.scala
This file was deleted.
Oops, something went wrong.
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