@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Repeatable(value=Normalized.List.class) public @interface Normalized
It is possible to validate a normalized value by setting the normalization strategy.
public abstract Normalizer.Form form
public abstract String message
public abstract Class<?>[] groups
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved