Replies: 1 comment
-
|
Would be nice to use class with constructor for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to convert the toArray() return to an object for my needs.
Tried two ideas
mapToClasswith a custom class which returns a proxied instance inside of the constructor => won't work, because constructor isn't executedreduce()return oftoArray()to an objectIs there a way to use
mapToClassto return a proxied object or how to get the addon working to return a created object?Beta Was this translation helpful? Give feedback.
All reactions