| Package | Description |
|---|---|
| br.com.fluentvalidator.builder | |
| br.com.fluentvalidator.rule |
| Modifier and Type | Method and Description |
|---|---|
AttemptedValue<T,P,W> |
FieldName.withAttempedValue(java.util.function.Function<T,P> attemptedValue) |
AttemptedValue<T,P,W> |
When.withAttempedValue(java.util.function.Function<T,P> attemptedValue) |
AttemptedValue<T,P,W> |
Message.withAttempedValue(java.util.function.Function<T,P> attemptedValue) |
AttemptedValue<T,P,W> |
Code.withAttempedValue(java.util.function.Function<T,P> attemptedValue) |
AttemptedValue<T,P,W> |
FieldName.withAttempedValue(P attemptedValue) |
AttemptedValue<T,P,W> |
When.withAttempedValue(P attemptedValue) |
AttemptedValue<T,P,W> |
Message.withAttempedValue(P attemptedValue) |
AttemptedValue<T,P,W> |
Code.withAttempedValue(P attemptedValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleBuilderCollectionImpl<T,P> |
class |
RuleBuilderPropertyImpl<T,P> |
| Modifier and Type | Method and Description |
|---|---|
AttemptedValue<T,Collection<P>,WhenCollection<T,P>> |
RuleBuilderCollectionImpl.withAttempedValue(Collection<P> attemptedValue) |
AttemptedValue<T,Collection<P>,WhenCollection<T,P>> |
RuleBuilderCollectionImpl.withAttempedValue(java.util.function.Function<T,Collection<P>> attemptedValue) |
AttemptedValue<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.withAttempedValue(java.util.function.Function<T,P> attemptedValue) |
AttemptedValue<T,P,WhenProperty<T,P>> |
RuleBuilderPropertyImpl.withAttempedValue(P attemptedValue) |
Copyright © 2019 com.github.mvallim. All rights reserved.