IpAddressValidator

class IpAddressValidator(message: String = "Некорректный IP-адрес") : Validator

Constructors

Link copied to clipboard
constructor(message: String = "Некорректный IP-адрес")

Functions

Link copied to clipboard
open override fun validate(value: Any?): ValidationResult