Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example usecase of schema mapper #1318

Open
naleeha opened this issue Apr 30, 2024 · 0 comments
Open

Example usecase of schema mapper #1318

naleeha opened this issue Apr 30, 2024 · 0 comments
Assignees

Comments

@naleeha
Copy link
Contributor

naleeha commented Apr 30, 2024

Show different usecases and how to use the auto mapping in each of those case
Review api for java & scala usages

@naleeha naleeha self-assigned this Apr 30, 2024
@naleeha naleeha changed the title Easy way to build table def Example usecase of schema mapper May 2, 2024
SVC-GL-OS-SYNC pushed a commit to UBS-IB/vuu that referenced this issue May 21, 2024
- 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.
keikeicheung added a commit that referenced this issue May 23, 2024
#1318 improve ExternalEntitySchema api and add a `toMap` method
keikeicheung added a commit that referenced this issue May 23, 2024
Revert "#1318 improve ExternalEntitySchema api and add a `toMap` method"
junaidzm13 added a commit to junaidzm13/vuu that referenced this issue May 23, 2024
- 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.
keikeicheung pushed a commit that referenced this issue May 23, 2024
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant