| Package | Description |
|---|---|
| net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
| net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractValidatableObject.validate(ValidationState state)
This method performs the actual validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
ValidationStateFailureCollector
This is an implementation of
ValidationState that wraps an existing ValidationState and allows to
collect the potential failures for a part of the validation process. |
class |
ValidationStateImpl
This class represents the state of a validation.
|
class |
ValidationStateMessageCollector
This is an implementation of
ValidationState that wraps an existing ValidationState and
allows to collect the potential
messages for a part of the validation process. |
| Modifier and Type | Field and Description |
|---|---|
private ValidationState |
AbstractValidationStateCollector.delegate
The wrapped
ValidationState. |
| Modifier and Type | Method and Description |
|---|---|
protected ValidationState |
AbstractValidationStateCollector.getDelegate() |
| Constructor and Description |
|---|
AbstractValidationStateCollector(ValidationState delegate)
The constructor.
|
ValidationStateFailureCollector(ValidationState delegate)
The constructor.
|
ValidationStateMessageCollector(ValidationState delegate)
The constructor.
|
ValidationStateMessageCollector(ValidationState delegate,
String separator)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.