Class DownloadServiceConfigValidator

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

    public class DownloadServiceConfigValidator
    extends Object
    implements org.springframework.validation.Validator
    Validate the values of the DownloadServiceConfig.
    • Constructor Detail

      • DownloadServiceConfigValidator

        public DownloadServiceConfigValidator()
    • Method Detail

      • supports

        public boolean supports​(Class<?> type)
        Specified by:
        supports in interface org.springframework.validation.Validator
      • validate

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