|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
@Target(value=PARAMETER) @Retention(value=SOURCE) public static @interface Sanitize.Normalize
String parameter gets normalized using Normalizer.normalize(CharSequence, Normalizer.Form) with
default form being NFKC
Note: This works only on Strings.
| Optional Element Summary | |
|---|---|
Normalizer.Form |
value
|
public abstract Normalizer.Form value
|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||