LengthValidatorForOption

bitlap.validation.LengthValidatorForOption
class LengthValidatorForOption extends ConstraintValidator[Length, IterableOnce[_]]

Check that the wrapped character sequence length is between min and max.

Attributes

Graph
Supertypes
trait ConstraintValidator[Length, IterableOnce[_]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def initialize(constraintAnnotation: Length): Unit

Attributes

Definition Classes
ConstraintValidator
override def isValid(value: IterableOnce[_], context: ConstraintValidatorContext): Boolean

Attributes

Definition Classes
ConstraintValidator