Interface Validator<T>

All Known Implementing Classes:
QueryValidators.AdhocQueryValidator, QueryValidators.StoredQueryValidator

public interface Validator<T>
Validators must be equal (in terms of #equals(Object)) if they validate the exact same thing.
Author:
Thorben Lindhauer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(T obj)
     
  • Method Details

    • validate

      void validate(T obj)