public interface WhenProperty<T,P> extends When<T,P,WhenProperty<T,P>>
| Modifier and Type | Method and Description |
|---|---|
Must<T,P,W> |
must(java.util.function.Predicate<P> predicate) |
W |
whenever(java.util.function.Predicate<P> predicate) |
WithValidator<T,P,WhenProperty<T,P>> |
withValidator(Validator<P> validator) |
critical, critical, withCode, withFieldName, withMessageWithValidator<T,P,WhenProperty<T,P>> withValidator(Validator<P> validator)
validator - W whenever(java.util.function.Predicate<P> predicate)
predicate - Must<T,P,W> must(java.util.function.Predicate<P> predicate)
predicate - Copyright © 2019 com.github.mvallim. All rights reserved.