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
-
Hi,
I need to convert the toArray() return to an object for my needs.
Tried two ideas
mapToClass
with 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
mapToClass
to 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