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

prefer setter annotations over getter annotations #2103

Merged
merged 1 commit into from
Sep 12, 2022

Commits on Sep 12, 2022

  1. prefer setter annotations over getter annotations

    As all of the mappers deal with mapping data onto beans (which they use the setters for),
    they should also prefer the annotations found on the setter over the annotations on the getter.
    
    This PR also splits the very unwieldy and confusing BeanMapperTest into three separate tests,
    one focusing on general bean mapper properties, one for the PropagateNullable tests and one for
    Nested tests.
    hgschmie committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    be553b7 View commit details
    Browse the repository at this point in the history