Uses of Class
io.rxmicro.validation.constraint.IP.Version
-
Packages that use IP.Version 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 IP.Version in io.rxmicro.validation.constraint
Methods in io.rxmicro.validation.constraint that return IP.Version Modifier and Type Method Description IP.Version[]value()By default, support all versions, i.e.static IP.VersionIP.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static IP.Version[]IP.Version. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IP.Version in io.rxmicro.validation.validator
Constructor parameters in io.rxmicro.validation.validator with type arguments of type IP.Version Constructor Description IPConstraintValidator(Collection<IP.Version> versions)Creates the default instance ofIPConstraintValidatorwith the supported IP versions.
-