| Package | Description |
|---|---|
| net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatorCompare<V extends Comparable<V>>
This is a
ValueValidator that validates that
a value is 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 extends Comparable<V>>
This is a
ValueValidator that validates that a given value is within a
specific Range. |
Copyright © 2001–2015 mmm-Team. All rights reserved.