Uses of Class
jakarta.validation.constraints.Pattern.Flag
-
Packages that use Pattern.Flag Package Description jakarta.validation.constraints Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API.org.hibernate.validator.constraints Hibernate Validator specific constraints. -
-
Uses of Pattern.Flag in jakarta.validation.constraints
Methods in jakarta.validation.constraints that return Pattern.Flag Modifier and Type Method Description Pattern.Flag[]flags()Pattern.Flag[]flags()static Pattern.FlagPattern.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static Pattern.Flag[]Pattern.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Pattern.Flag in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs with parameters of type Pattern.Flag Modifier and Type Method Description EmailDefEmailDef. flags(Pattern.Flag... flags)PatternDefPatternDef. flags(Pattern.Flag[] flags)URLDefURLDef. flags(Pattern.Flag... flags) -
Uses of Pattern.Flag in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return Pattern.Flag Modifier and Type Method Description Pattern.Flag[]flags()Deprecated.Pattern.Flag[]flags()
-