Interface ValidationContext

All Known Subinterfaces:
GenericQueryManager<BeanType>
All Known Implementing Classes:
AbstractGenericQueryManager, GenericQueryManagerDelegate

public interface ValidationContext
This interface has to be implemented by all classes that provide a context in which Validated bean instances can be validated.
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(Validated validated)
    Validates a Validated in this context.
  • Method Details

    • validate

      void validate(Validated validated)
      Validates a Validated in this context.

      This method is not supposed to reset the validation errors or to start the validation from scratch, but it's intended to add additional errors to an existing collection.

      Parameters:
      validated - the Validated instance that will be validated
      Since:
      1.0