| Package | Description |
|---|---|
| net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API. |
| Class and Description |
|---|
| AbstractValidationFailure
This is the abstract base implementation of
ValidationFailure. |
| AbstractValidationStateCollector
This is the abstract base implementation of
ValidationState that wraps an existing
ValidationState and allows to collect the potential failures
for a part of the validation process. |
| AbstractValidator
This is the abstract base class all
ValueValidator implementations should extend. |
| AbstractValidatorBuilder
This is the abstract base implementation of
ValidatorBuilder. |
| AbstractValueValidator
This is the abstract base implementation of
ValueValidator. |
| Mandatory
This is a
Constraint for a mandatory field. |
| ValidatorBuilder
This is the interface for a builder of
ValueValidator instances from
annotations (JSR 303). |
| ValidatorMandatory
This is a
ValueValidator that validates that a mandatory value is
filled. |
| ValidatorNone
This is an implementation of
ValueValidator that always validates
successfully. |
Copyright © 2001–2015 mmm-Team. All rights reserved.