Class TmaPaymentMethodCreateValidator

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.validators.TmaPaymentMethodCreateValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class TmaPaymentMethodCreateValidator extends Object implements org.springframework.validation.Validator
Validator for POST /paymentMethod API.
Since:
2211
  • Constructor Details

    • TmaPaymentMethodCreateValidator

      public TmaPaymentMethodCreateValidator(TmaGenericItemService tmaGenericItemService)
  • Method Details

    • getTmaGenericItemService

      protected TmaGenericItemService getTmaGenericItemService()
    • supports

      public boolean supports(Class clazz)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(Object o, org.springframework.validation.Errors errors)
      Specified by:
      validate in interface org.springframework.validation.Validator