Package | Description |
---|---|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
net.sf.mmm.util.validation.base.collection | |
net.sf.mmm.util.validation.base.text | |
net.sf.mmm.util.validation.base.time |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidatorRange<V,R>
This is the abstract implementation of a
ValueValidator validating that a
given value is contained in a given Range . |
class |
ValidatorArrayLength
|
class |
ValidatorCompare<V extends Comparable<V>>
This is a
ValueValidator that validates that
a value satisfies a given CompareOperator -operation for given
value to compare to. |
class |
ValidatorDateFuture
This is a
ValueValidator that
validates that a date lies in the
future. |
class |
ValidatorDatePast
This is a
ValueValidator that
validates that a date lies in the
past. |
class |
ValidatorMandatory
This is a
ValueValidator that validates that a mandatory value is filled. |
class |
ValidatorRange<V>
This is a
ValueValidator that validates that a given value is within a
specific Range . |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorCollectionSize
This is a
ValueValidator validating that the
size of a given Collection is within a predefined Range . |
class |
ValidatorMapSize
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatorPattern
|
Copyright © 2001–2016 mmm-Team. All rights reserved.