Replies: 1 comment 2 replies
-
Hi @glen-84 - sorry, I missed this (I only found it by clicking the wrong button!) Vogen is designed for wrapping primitives. You could create a composite containing multiple Value Objects. But currently, it's not possible to create a Value Object wrapping multiple fields. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to create a group of value objects representing identifiers, but in order to accept an ID as a parameter, I need some kind of interface to constrain a generic type. What is the best or most correct way to do this (assuming that it's possible)?
Beta Was this translation helpful? Give feedback.
All reactions