Uses of Class
io.rxmicro.validation.constraint.Pattern.Flag
-
Packages that use Pattern.Flag Package Description io.rxmicro.validation.constraint The package for therxmicro.validationmodule that provides all supported constraints.io.rxmicro.validation.validator The package for therxmicro.validationmodule that provides all supported constraint validators. -
-
Uses of Pattern.Flag in io.rxmicro.validation.constraint
Methods in io.rxmicro.validation.constraint that return Pattern.Flag Modifier and Type Method Description Pattern.Flag[]flags()Returns the array ofFlags considered when resolving the regular expression.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 io.rxmicro.validation.validator
Constructor parameters in io.rxmicro.validation.validator with type arguments of type Pattern.Flag Constructor Description PatternConstraintValidator(String regex, Collection<Pattern.Flag> flags)Creates the default instance ofPatternConstraintValidatorwith the specified parameters.
-