Package com.aquima.interactions.framework.validator


package com.aquima.interactions.framework.validator
  • Classes
    Class
    Description
    Validation implementation that forwards its call to the BankAccountValidatorCall.
    Standard validation rule that can validate if a string is a correct bank account number.
    Validation implementation that forwards its call to the DateValidatorCall.
    Validator that can be used to validate an attribute containing a date value.
    Validator factory implementation that supported the default validator types.
    This validator may be used to validate an attribute containing a string representing a IBAN (International Bank Account Number).
    Validation implementation that forwards its call to the NumberValidatorCall.
    Validator that uses a number range to validate the value of an attribute.
    Validation implementation that forwards its call to the RegexpValidatorCall.
    Validator that uses a regular expression to validate the value of an attribute.
    Validator implementation that checks is a value isn't empty.
    Validation implementation that forwards its call to the SofiNumberValidatorCall.
    This validator may be used to validate an attribute containing a string representing a social security number (also known as sofi-number).
    Validation implementation that forwards its call to the StringValidatorCall.
    This validator class for string values can check if a string is within the specified bounds.
    Standard base class for validation implementations.
    Standard base class for validation call implementations.
    This class holds the static definitions of the default supported validation types.