@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Repeatable(value=CodePointLength.List.class) public @interface CodePointLength
It is possible to validate a normalized value by setting the normalization strategy.
public abstract CodePointLength.NormalizationStrategy normalizationStrategy
public abstract String message
public abstract Class<?>[] groups
Copyright © 2019 JBoss by Red Hat. All rights reserved.