public class ScrapeRuleListValidator extends Object implements javax.validation.ConstraintValidator<ValidScrapeRuleList,List<Config.ScrapeRule>>
| Constructor and Description |
|---|
ScrapeRuleListValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(List<Config.ScrapeRule> value,
javax.validation.ConstraintValidatorContext context) |
public boolean isValid(List<Config.ScrapeRule> value, javax.validation.ConstraintValidatorContext context)
isValid in interface javax.validation.ConstraintValidator<ValidScrapeRuleList,List<Config.ScrapeRule>>Copyright © 2021. All rights reserved.