Interface AsValidationStrategy

    • Method Detail

      • isValid

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