Class PatchUpdateCategoryPropertyValidator

java.lang.Object
com.skava.merchandise.validator.service.PatchUpdateCategoryPropertyValidator
All Implemented Interfaces:
com.skava.core.EcommComponent, com.skava.core.validation.ValidatorComponent

@Component public class PatchUpdateCategoryPropertyValidator extends Object implements com.skava.core.validation.ValidatorComponent
This class used to validate fields in category property attribute for patch update API operation. This will return an exception if the field is not valid.
Author:
Infosys Equinox
  • Constructor Details

    • PatchUpdateCategoryPropertyValidator

      public PatchUpdateCategoryPropertyValidator()
  • Method Details

    • preProcess

      public void preProcess(com.skava.core.validation.InputModel model)
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent