Skip to content
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

Introduce ValueObject marker interface #55

Closed
odrotbohm opened this issue Aug 5, 2021 · 0 comments
Closed

Introduce ValueObject marker interface #55

odrotbohm opened this issue Aug 5, 2021 · 0 comments
Assignees
Labels
module: ddd Domain-Driven Design related support type: enhancement New feature or request
Milestone

Comments

@odrotbohm
Copy link
Member

Currently, value objects need to be marked by an annotation, as no interface exists to declare them.

@odrotbohm odrotbohm added type: enhancement New feature or request module: ddd Domain-Driven Design related support labels Aug 5, 2021
@odrotbohm odrotbohm added this to the 1.3 milestone Aug 5, 2021
@odrotbohm odrotbohm self-assigned this Aug 5, 2021
odrotbohm added a commit to xmolecules/jmolecules-integrations that referenced this issue Aug 5, 2021
We now also detect the newly introduced ValueObject marker interface when detecting value objects to support in our Jackson (de)serialization customization. See xmolecules/jmolecules#55.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: ddd Domain-Driven Design related support type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant