| Package | Description |
|---|---|
| br.com.fluentvalidator.builder | |
| br.com.fluentvalidator.rule |
| Modifier and Type | Method and Description |
|---|---|
WithValidator<T,P,WhenProperty<T,P>> |
WhenProperty.withValidator(Validator<P> validator) |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleBuilderPropertyImpl<T,P> |
| Modifier and Type | Method and Description |
|---|---|
WhenProperty<T,P> |
RuleBuilderPropertyImpl.when(java.util.function.Predicate<P> predicate) |
WhenProperty<T,P> |
RuleBuilderPropertyImpl.whenever(java.util.function.Predicate<P> whenever) |
| Modifier and Type | Method and Description |
|---|---|
Critical<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.critical() |
Critical<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.critical(Class<? extends ValidationException> clazz) |
Must<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.must(java.util.function.Predicate<P> must) |
Code<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.withCode(String code) |
FieldName<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.withFieldName(String fieldName) |
Message<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.withMessage(String message) |
WithValidator<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.withValidator(Validator<P> validator) |
Copyright © 2019 com.github.mvallim. All rights reserved.