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