Interface AsValidationStrategy
-
- All Known Implementing Classes:
DefaultAsValidationStrategy
public interface AsValidationStrategyStrategy for validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(ItemModel model)Validates the given model.
-
-
-
Method Detail
-
isValid
boolean isValid(ItemModel model)
Validates the given model.- Parameters:
model- - the model to validate- Returns:
trueif the model is valid,falseotherwise
-
-