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

Deprecate @IgnoreFields and @Fields in favor of a new annotation #36

Closed
slemesle opened this issue Nov 9, 2014 · 1 comment
Closed
Milestone

Comments

@slemesle
Copy link
Collaborator

slemesle commented Nov 9, 2014

Selma has way too much annotations, we want to simplify it.

A new @maps annotation will be used to describe mappings configuration on the method scope.
So we will have only @Mapper annotation useable at type level and @maps useable for the interface methods.

This will allow us to scope the custom mappers.

@slemesle slemesle added this to the 0.10 milestone Nov 9, 2014
slemesle added a commit that referenced this issue Nov 10, 2014
slemesle added a commit that referenced this issue Nov 10, 2014
…te old annotations

#36 - Introduce MapperWrapper to wrap @Mapper in MapperClassGenerator
@slemesle
Copy link
Collaborator Author

New @maps annotation for:

  • IgnoreFields
  • Custom field to field
  • Custom enum mapper
  • Ignore missing properties

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

No branches or pull requests

1 participant