RequiredValidator

class RequiredValidator(message: String = "Значение не может быть пустым") : Validator

Constructors

Link copied to clipboard
constructor(message: String = "Значение не может быть пустым")

Functions

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