T - type of object to be checkedpublic interface BusinessValidator<T>
| Modifier and Type | Method and Description |
|---|---|
@NotNull ValidationResult |
validate(T object)
Validates some object according to some business rules
|
@NotNull @NotNull ValidationResult validate(@NotNull T object)
object - business object to be validatedCopyright © 2019. All rights reserved.