public interface IModelObject
| Modifier and Type | Method and Description |
|---|---|
MessageList |
validate(IValidationContext context)
Validates the model object and returns a list of messages.
|
MessageList validate(IValidationContext context)
context - provides additional external information that might be necessary to execute
the validation. E.g. the business context, the locale to provide locale specific
message texts, user information. The parameter must not be null.NullPointerException - if context is null.Copyright © 2023. All rights reserved.