Class DownloadServiceConfigValidator
- java.lang.Object
-
- app.coronawarn.server.services.download.config.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 Summary
Constructors Constructor Description DownloadServiceConfigValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(Class<?> type)
void
validate(Object configurationObject, org.springframework.validation.Errors errors)
-
-
-
Method Detail
-
supports
public boolean supports(Class<?> type)
- Specified by:
supports
in interfaceorg.springframework.validation.Validator
-
validate
public void validate(Object configurationObject, org.springframework.validation.Errors errors)
- Specified by:
validate
in interfaceorg.springframework.validation.Validator
-
-