public class DefaultRuleRegistry extends Object implements RuleRegistry
| Modifier and Type | Field and Description |
|---|---|
static RuleRegistry |
REGISTRY_DEFAULT |
| Constructor and Description |
|---|
DefaultRuleRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(ValidationRule rule) |
Stream<ValidationRule> |
stream() |
public static final RuleRegistry REGISTRY_DEFAULT
public void register(ValidationRule rule)
register in interface RuleRegistrypublic Stream<ValidationRule> stream()
stream in interface RuleRegistryCopyright © 2017. All rights reserved.