Fixed
Details
Assignee
UnassignedUnassignedReporter
Kazuki ShimizuKazuki ShimizuParticipants
Gunnar MorlingKazuki ShimizuPull Request
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Kazuki Shimizu
Kazuki ShimizuParticipants
Gunnar Morling
Kazuki Shimizu
Pull Request
Components
Fix versions
Affects versions
Priority
Created October 17, 2017 at 4:25 PM
Updated October 19, 2017 at 4:09 PM
Resolved October 19, 2017 at 2:24 PM
I propose to add the
@CodePointLength
that validate the code point length of character sequence is between min and max.In my application, the surrogate pair character must be counted as one length, Therefore I need to add the custom constraint (The
@Size
or@Length
cannot use because these are counted it as two lengths character)I think it is very generally constraint. Could you support this constraint on Hibernate Validator?