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

Can we map a list field from a column? #34

Closed
fermartinez1 opened this issue Jun 19, 2018 · 2 comments
Closed

Can we map a list field from a column? #34

fermartinez1 opened this issue Jun 19, 2018 · 2 comments

Comments

@fermartinez1
Copy link

I have:
public class ProductDTO {

String id;
String name;
List colors;
...
}
how can i map this object?

Thanks

@ozlerhakan
Copy link
Owner

What is the structure of your excel file?

@ozlerhakan
Copy link
Owner

Feel free to add more detail to this thread later on. I close for now.

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