public interface IValidator<T>
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(T target)
Perform the validation operation on the target and return the result.
|
ValidationResult validate(T target)
target - Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.