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