| Package | Description |
|---|---|
| br.com.fluentvalidator | |
| br.com.fluentvalidator.builder |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Validation<P> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValidator<T> |
class |
ValidationRule<P> |
| Modifier and Type | Method and Description |
|---|---|
Collection<Rule<T>> |
AbstractValidator.getRules() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleBuilder<T,P> |
interface |
RuleCollection<T,P> |
interface |
RuleProperty<T,P> |
interface |
Validator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionRule<T,P> |
class |
PropetyRule<T,P> |
| Modifier and Type | Method and Description |
|---|---|
Collection<Rule<T>> |
Validator.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRule.addRule(java.util.function.Predicate<Collection<P>> predicate,
Rule<?> rule) |
void |
RuleBuilder.addRule(java.util.function.Predicate<P> predicate,
Rule<?> rule) |
void |
PropetyRule.addRule(java.util.function.Predicate<P> predicate,
Rule<?> rule) |
Copyright © 2019 com.github.mvallim. All rights reserved.