Interface AsValidationStrategy

All Known Implementing Classes:
DefaultAsValidationStrategy

public interface AsValidationStrategy
Strategy for validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Validates the given model.
  • Method Details

    • isValid

      boolean isValid(ItemModel model)
      Validates the given model.
      Parameters:
      model - - the model to validate
      Returns:
      true if the model is valid, false otherwise