Uses of Class
io.rxmicro.validation.constraint.CountryCode.Format
-
Packages that use CountryCode.Format 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 CountryCode.Format in io.rxmicro.validation.constraint
Methods in io.rxmicro.validation.constraint that return CountryCode.Format Modifier and Type Method Description CountryCode.Formatformat()Return the country codeCountryCode.Format.static CountryCode.FormatCountryCode.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryCode.Format[]CountryCode.Format. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CountryCode.Format in io.rxmicro.validation.validator
Constructors in io.rxmicro.validation.validator with parameters of type CountryCode.Format Constructor Description CountryCodeConstraintValidator(CountryCode.Format format)Creates the default instance ofCountryCodeConstraintValidatorwith the specified country code format.
-