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

リスト型にマッピングする際に、空の項目をスキップする際にトリム処理の判定が適用されない。 #27

Closed
mygreen opened this issue May 6, 2015 · 1 comment
Labels

Comments

@mygreen
Copy link
Owner

mygreen commented May 6, 2015

リスト型にマッピングする際に、トリム処理が有効でかつ各項目のが空の場合無視する処理が有効な場合、空の項目を無視するかどうかの判定にトリム処理が反映されない。

@XlsConverter(trim=true)
@XlsArrayConverter(ignoreEmptyItem=true)
List<String> list
@mygreen
Copy link
Owner Author

mygreen commented May 6, 2015

fix v0.5

@mygreen mygreen added the bug label May 6, 2015
@mygreen mygreen closed this as completed Jun 28, 2015
mygreen added a commit that referenced this issue Jun 28, 2015
リスト型にマッピングする際に、トリム処理が有効でかつ各項目のが空の場合無視する処理が有効な場合、空の項目を無視するかどうかの判定にトリム処理を反映させるよう修正。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant