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

Create an enum converter with normalized texts #39

Open
thiagolvlsantos opened this issue Feb 22, 2016 · 0 comments
Open

Create an enum converter with normalized texts #39

thiagolvlsantos opened this issue Feb 22, 2016 · 0 comments
Assignees

Comments

@thiagolvlsantos
Copy link
Owner

thiagolvlsantos commented Feb 22, 2016

Example:
enum Status {
NOT_IMPLEMENTED("Not implemented"), PENDING("Pending");
private String text;
public String getText(){
return text;
}
}

XML:
example with extra lines:
<span converter="enumValueNorm">not<br/> implemented</span>

example case insensive:
<span converter="enumValueNorm">pending</span>.

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