@Component public class SupportedAccountReferenceValidator extends Object implements BusinessValidator<Collection<AccountReference>>
| Constructor and Description |
|---|
SupportedAccountReferenceValidator() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ValidationResult |
validate(@NotNull Collection<AccountReference> accountReferences)
Validates some object according to some business rules
|
@NotNull public @NotNull ValidationResult validate(@NotNull @NotNull Collection<AccountReference> accountReferences)
BusinessValidatorvalidate in interface BusinessValidator<Collection<AccountReference>>accountReferences - business object to be validatedCopyright © 2019. All rights reserved.