Uses of Interface
com.broadleafcommerce.cartoperation.web.validator.RequestValidator
-
Packages that use RequestValidator Package Description com.broadleafcommerce.cartoperation.web.advice com.broadleafcommerce.cartoperation.web.validator -
-
Uses of RequestValidator in com.broadleafcommerce.cartoperation.web.advice
Methods in com.broadleafcommerce.cartoperation.web.advice that return types with arguments of type RequestValidator Modifier and Type Method Description protected Set<RequestValidator>RequestValidatorRequestBodyAdvice. findCompatibleValidators(Class<?> clazz)Finds compatible request validators for a given type.Constructor parameters in com.broadleafcommerce.cartoperation.web.advice with type arguments of type RequestValidator Constructor Description RequestValidatorRequestBodyAdvice(Set<RequestValidator> requestValidators) -
Uses of RequestValidator in com.broadleafcommerce.cartoperation.web.validator
Subinterfaces of RequestValidator in com.broadleafcommerce.cartoperation.web.validator Modifier and Type Interface Description interfaceCartVersionRequestValidatorValidates cart (item) version is present when appropriate.Classes in com.broadleafcommerce.cartoperation.web.validator that implement RequestValidator Modifier and Type Class Description classCartItemModifyingRequestValidatorValidates cart item requests that will modify the cart.classCartModifyingRequestValidatorValidates cart requests that will modify the cart.classShareItemListRequestValidatorValidates a share item list request.
-