-
Notifications
You must be signed in to change notification settings - Fork 173
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
Support stream generation with JavaObjectTransformer #1313
Support stream generation with JavaObjectTransformer #1313
Conversation
PR Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1313 +/- ##
============================================
+ Coverage 91.82% 91.89% +0.07%
- Complexity 3096 3102 +6
============================================
Files 311 311
Lines 6090 6098 +8
Branches 631 631
============================================
+ Hits 5592 5604 +12
+ Misses 342 339 -3
+ Partials 156 155 -1 ☔ View full report in Codecov by Sentry. |
Hi @gatear , what's the state of this PR? It looks good to me, do you want it merged? |
@bodiam yes, it's ready to merge 👍 |
In order to make
JavaObjectTransformer
generate a stream of values through methodI had to inject a clazz variable
sourceClazz
.sourceClazz
acts as the input Class forapply
.