Schnittstelle IValidator<T>


public interface IValidator<T>
An interface for validators.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    isValid(T value)
    Implement this to validate stuff.
  • Methodendetails

    • isValid

      String isValid(T value)
      Implement this to validate stuff. Return null for no error, an error message otherwise.
      Parameter:
      value -
      Gibt zurück: