| Package | Description |
|---|---|
| br.com.fluentvalidator | |
| br.com.fluentvalidator.rule |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Validator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValidator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleBuilderCollectionImpl<T,P> |
class |
RuleBuilderPropertyImpl<T,P> |
| Modifier and Type | Method and Description |
|---|---|
default <E> boolean |
RuleProcessorStrategy.process(Collection<E> values,
Rule<E> rule) |
default <E> boolean |
RuleProcessorStrategy.process(E value,
Rule<E> rule) |
default <E> boolean |
RuleProcessorStrategy.process(Object obj,
Collection<E> values,
Rule<E> rule) |
default <E> boolean |
RuleProcessorStrategy.process(Object obj,
E value,
Rule<E> rule) |
| Modifier and Type | Method and Description |
|---|---|
default <E> boolean |
RuleProcessorStrategy.process(E value,
Collection<Rule<E>> rules) |
default <E> boolean |
RuleProcessorStrategy.process(Object obj,
E value,
Collection<Rule<E>> rules) |
Copyright © 2019–2020 com.github.mvallim. All rights reserved.