See: Description
| Interface | Description |
|---|---|
| AbstractValidatableObject |
This is the abstract interface for an object, that can be
validated. |
| HasValueValidators<V> | |
| ValidatableObject<V> | |
| ValidationCollector |
This is the interface for a listener that gets notified if a
ValidationFailure
occurred. |
| ValidationFailure |
This is the interface for a failure of a
validation. |
| ValidationState |
This is the interface for the state of a validation.
|
| ValueValidator<V> |
A
ValueValidator allows to validate according values. |
| Exception | Description |
|---|---|
| ValidationErrorUserException |
This exception is thrown if a validation failed unexpectedly.
|
javax.validation it is
overloaded for simpler use-cases or a limited web-application based on GWT.
However, this API here can still act as a thin facade to such validation framework. javax.validation to the client. However, the price of this complexity is reduced turn-around times
during development and therefore limit the progress of your project.Copyright © 2001–2015 mmm-Team. All rights reserved.