Uses of Class
io.rxmicro.validation.constraint.IP.Version
-
Packages that use IP.Version Package Description io.rxmicro.validation.constraint io.rxmicro.validation.validator -
-
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(Set<IP.Version> versions)
-