Class ValidatorBase

java.lang.Object
com.aquima.interactions.framework.validator.ValidatorBase
All Implemented Interfaces:
IValidator, Serializable
Direct Known Subclasses:
BankAccountValidator, DateValidator, IbanValidator, NumberValidator, RegexpValidator, RequiredValidator, SofiNumberValidator, StringValidator

public abstract class ValidatorBase extends Object implements IValidator
Standard base class for validation implementations.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ValidatorBase

      protected ValidatorBase(String name)
  • Method Details

    • getTypeName

      public String getTypeName()
      Description copied from interface: IValidator
      This method returns the type of the validator. The type name is used to link the validator definition, the actual validator, and the validation definition together.
      Specified by:
      getTypeName in interface IValidator
      Returns:
      The type name of the validator.