You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can create the object, but the plain should contain the key for the object. Otherwise, if your class would have more than one relationship, how would it know where to assign the name and fhe email?
Ex: you have destinatary, and destinatary2. if the plain only has email and name on the root, the transformer would not be able to tell if it belongs to destinatary or destinatars2
But, with custom transformers you can transform however you want. you can check the docs for @Transform decorator.
but this doesn't work
The text was updated successfully, but these errors were encountered: