Interface CartActionAuditRequestValidator<P extends com.broadleafcommerce.cart.client.domain.CartActionAudit>

All Superinterfaces:
RequestValidator<P>
All Known Implementing Classes:
DefaultCartActionAuditRequestValidator

public interface CartActionAuditRequestValidator<P extends com.broadleafcommerce.cart.client.domain.CartActionAudit> extends RequestValidator<P>
Performs validation on the CartActionAudit coming from the request body.
Author:
Sunny Yu