Uses of Enum Class
jakarta.validation.constraints.Pattern.Flag
Packages that use Pattern.Flag
Package
Description
Contains all the Jakarta Bean Validation provided constraints
also called built-in constraints.
Constraint definition classes for programmatic constraint definition API.
-
Uses of Pattern.Flag in jakarta.validation.constraints
Methods in jakarta.validation.constraints that return Pattern.FlagModifier and TypeMethodDescriptionstatic Pattern.FlagReturns the enum constant of this class with the specified name.static Pattern.Flag[]Pattern.Flag.values()Returns an array containing the constants of this enum class, 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.FlagModifier and TypeMethodDescriptionEmailDef.flags(Pattern.Flag... flags) PatternDef.flags(Pattern.Flag[] flags) URLDef.flags(Pattern.Flag... flags)