Leonard Wicke created VALIDATOR-493:
---------------------------------------
Summary: Getter for "ibanLength" in IBANValidator.Validator
Key: VALIDATOR-493
URL: https://issues.apache.org/jira/browse/VALIDATOR-493
Project: Commons Validator
Issue Type: New Feature
Reporter: Leonard Wicke
*Use case*
We are using the class to validate the input by our users.
We would like to give the user accurate validation messages of what about their
input is invalid. Thats why we dont use Validator#isValid but would like to use
the individual checks within that method and for each give the user a different
message.
*Code*
The only thing within #isValid that is not public is the check for the length
of the iban.
Add a getter-method for the attribute "ibanLength" in IBANValidator.Validator -
like "getRegexValidator".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)