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 of 2D string array seems to be skipped silently #824

Open
hlms opened this issue May 28, 2021 · 0 comments
Open

Mapping of 2D string array seems to be skipped silently #824

hlms opened this issue May 28, 2021 · 0 comments

Comments

@hlms
Copy link

hlms commented May 28, 2021

Whats your runtime?

  • Dozer version: 6.4.0
  • OS version: Windows Server 2012 R2
  • JDK version: openjdk version "1.8.0_181"

Whats the problem?

Steps to reproduce:

  1. Source class has this field:
    public String[][] Levels;
  2. Destination class has this field:
    private String[][] Levels;

Observed Results:

  1. Source class field Levels had values but the destination class field Levels remained null after dozer mapping.
  2. No errors in logs.

Expected Results:

The destination class field Levels should have values equal to the Source class field Levels as a result of dozer mapping.

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

1 participant