Class RemoteCatalogRequestValidator

  • All Implemented Interfaces:
    org.springframework.validation.Validator

    public class RemoteCatalogRequestValidator
    extends Object
    implements org.springframework.validation.Validator
    • Constructor Detail

      • RemoteCatalogRequestValidator

        public RemoteCatalogRequestValidator()
    • Method Detail

      • supports

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

        public void validate​(Object obj,
                             org.springframework.validation.Errors errs)
        Specified by:
        validate in interface org.springframework.validation.Validator