Interface CMSItemValidator<T extends ItemModel>
-
- All Superinterfaces:
Validator<T>
- All Known Implementing Classes:
DefaultCMSItemValidator
public interface CMSItemValidator<T extends ItemModel> extends Validator<T>
Interface that deals with Type Validation. The main purpose of this service is to validate anItemModelafter it has been successfully converted, allowing custom validation on Item Models when there is a need to validate perform business validation and cross attribute validation.