public class Config extends Object
| Constructor and Description |
|---|
Config(List<String> packagesToScanForValidators,
Map<String,String> whiteList,
List<String> ignorables) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPackagesToScanForValidators() |
Map<String,String> |
getWhiteList() |
boolean |
validationShouldBeIgnored(Class<?> validatorClass) |
boolean |
validationShouldBeIgnored(ValidatorWrapper validatorWrapper,
Method validatorMethod) |
Copyright © 2017. All rights reserved.