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

Mapping metadata information #70

Open
vguna opened this issue May 28, 2017 · 1 comment
Open

Mapping metadata information #70

vguna opened this issue May 28, 2017 · 1 comment

Comments

@vguna
Copy link

vguna commented May 28, 2017

Hi.

I'm thinking about switching from Dozer to your mapper.
One important aspect that needs to be fulfilled for this is, having information about the actual mappings during runtime.

Currently, I have my DTOs and my Entities where the mapping is done for.
I've created a generic way to formulate REST queries (using the DTOs) that are then transformed into JPA queries (Entities) based on the mappings.
So e.g. I need to know, that dto.name came from entity.name. Or that dto.address.street came from entity.customer.address.street - including type information.

My question is: is such mapping information currently available via the mapper API?

@avurro
Copy link
Member

avurro commented May 28, 2017

Hi @vguna,
We are working on issue #28 to allow analysis of this type. Currently there are no features that allow it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants