Package | Description |
---|---|
org.javalite.activejdbc.validation.length |
Class and Description |
---|
AttributeLengthValidator
Attribute length validator.
|
Exact
The attribute length must be equal to a given value.
|
LengthOption
Attribute Length validation option.
|
Max
The attribute length must be less than or equal to the given value.
|
Min
The attribute length must be more than or equal to the given value.
|
Range
The attribute length must be between the given minimum and maximum length (inclusive).
|
Copyright © 2019 JavaLite. All rights reserved.