Class DeleteUserConsentValidator

java.lang.Object
com.skava.validator.services.UserValidatorComponent
com.skava.validator.services.DeleteUserConsentValidator
All Implemented Interfaces:
com.skava.core.EcommComponent, com.skava.core.validation.ValidatorComponent

@Component public class DeleteUserConsentValidator extends UserValidatorComponent
This class defines delete user consent validator and is used for validating the given request model.
Author:
Infosys Equinox
  • Constructor Details

    • DeleteUserConsentValidator

      public DeleteUserConsentValidator()
      Default Constructor
  • Method Details

    • preProcess

      public void preProcess(@Valid @Valid com.skava.core.validation.InputModel model)
      This method will execute before the main implementation process gets completed.
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent
      Overrides:
      preProcess in class UserValidatorComponent
      Parameters:
      model - Holds the InputModel object.