Class SupportedAccountReferenceValidator

    • Constructor Detail

      • SupportedAccountReferenceValidator

        public SupportedAccountReferenceValidator()
    • Method Detail

      • validate

        @NotNull
        public @NotNull ValidationResult validate​(@NotNull
                                                  @NotNull Collection<de.adorsys.psd2.xs2a.core.profile.AccountReference> accountReferences)
        Description copied from interface: BusinessValidator
        Validates some object according to some business rules
        Specified by:
        validate in interface BusinessValidator<Collection<de.adorsys.psd2.xs2a.core.profile.AccountReference>>
        Parameters:
        accountReferences - business object to be validated
        Returns:
        valid result if the object is valid, invalid result with appropriate error otherwise