Critical<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.critical() |
Critical<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.critical(Class<? extends ValidationException> clazz) |
HandleInvalidField<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.handlerInvalidField(HandlerInvalidField<P> handlerInvalidField) |
Must<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.must(java.util.function.Predicate<P> must) |
AttemptedValue<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withAttempedValue(java.util.function.Function<T,Object> attemptedValue) |
AttemptedValue<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withAttempedValue(Object attemptedValue) |
Code<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withCode(java.util.function.Function<T,String> code) |
Code<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withCode(String code) |
FieldName<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withFieldName(java.util.function.Function<T,String> fieldName) |
FieldName<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withFieldName(String fieldName) |
Message<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withMessage(java.util.function.Function<T,String> message) |
Message<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withMessage(String message) |
WithValidator<T,P,WhenProperty<T,P>,WheneverProperty<T,P>> |
RuleBuilderPropertyImpl.withValidator(Validator<P> validator) |