Package org.javalite.validation.length


package org.javalite.validation.length
  • Interface Summary
    Interface
    Description
    Attribute Length validation option.
  • Class Summary
    Class
    Description
    Attribute length validator.
    The attribute length must be equal to a given value.
    The attribute length must be less than or equal to the given value.
    The attribute length must be more than or equal to the given value.
    The attribute length must be between the given minimum and maximum length (inclusive).