- cell(int, int, Result) - Method in interface fluent.validation.result.TableAggregator
-
- Cell(int, int, Result) - Constructor for class fluent.validation.result.TableInResult.Cell
-
- check(Predicate<D>, String) - Static method in class fluent.validation.BasicChecks
-
Build a custom check using it's description and pure Java predicate.
- Check<T> - Class in fluent.validation
-
Simple check used in for validation of various data.
- Check() - Constructor for class fluent.validation.Check
-
- CheckDsl<D> - Class in fluent.validation
-
- CheckDsl() - Constructor for class fluent.validation.CheckDsl
-
- ChecksName - Annotation Type in fluent.validation.processor
-
To avoid conflicts in case of factory methods with the same name in multiple factory classes, when merged to "uber"
factory class Checks, use this annotation to define alternative name of the method, when added to Checks.
- checkThat(T, Check<? super T>) - Method in class fluent.validation.Interpreter
-
- closeTo(double, double) - Static method in class fluent.validation.NumericChecks
-
Check, that a double number is close enough to the expected value, given the explicit tolerance.
- closeTo(float, float) - Static method in class fluent.validation.NumericChecks
-
Check, that a float number is close enough to the expected value, given the explicit tolerance.
- closeTo(BigDecimal, BigDecimal) - Static method in class fluent.validation.NumericChecks
-
Check, that a BigDecimal number is close enough to the expected value, given the explicit tolerance.
- collection(Check<Iterator<T>>) - Static method in class fluent.validation.CollectionChecks
-
- CollectionChecks - Class in fluent.validation
-
- column(String, Class<T>, Check<? super T>) - Static method in class fluent.validation.DatabaseChecks
-
- column(int, Class<T>, Check<? super T>) - Static method in class fluent.validation.DatabaseChecks
-
- column(Object) - Method in interface fluent.validation.result.TableAggregator
-
- columnCount(int) - Static method in class fluent.validation.DatabaseChecks
-
- columnName(int, String) - Static method in class fluent.validation.DatabaseChecks
-
- ComparisonChecks - Class in fluent.validation
-
Factory of ready to use most frequent conditions.
- compose(String, Transformation<? super D, V>, Check<? super V>) - Static method in class fluent.validation.BasicChecks
-
Convenient composition using transformation of the original object, and check on the result.
- compose(Transformation<? super D, V>, Check<? super V>) - Static method in class fluent.validation.BasicChecks
-
Simplified composition using transformation of the original object, and check on the result.
- contains(String, Iterable<Check<? super T>>) - Static method in class fluent.validation.CollectionChecks
-
- contains(Iterable<Check<? super T>>) - Static method in class fluent.validation.CollectionChecks
-
- contains(String) - Static method in class fluent.validation.StringChecks
-
- containsAll(Collection<D>) - Static method in class fluent.validation.CollectionChecks
-
- containsAll(D...) - Static method in class fluent.validation.CollectionChecks
-
- containsCaseInsensitive(String) - Static method in class fluent.validation.StringChecks
-
- containsInAnyOrder(String, Collection<Check<? super T>>) - Static method in class fluent.validation.CollectionChecks
-
- containsInAnyOrder(Collection<Check<? super T>>) - Static method in class fluent.validation.CollectionChecks
-
- containsInAnyOrderOnly(String, Collection<Check<? super T>>) - Static method in class fluent.validation.CollectionChecks
-
- containsInAnyOrderOnly(Collection<Check<? super T>>) - Static method in class fluent.validation.CollectionChecks
-
- createBuilder() - Static method in class fluent.validation.BasicChecks
-
- createBuilderWith(Check<D>) - Static method in class fluent.validation.BasicChecks
-
- customResultFactory(Check<D>, ResultFactory) - Static method in class fluent.validation.BasicChecks
-
- CustomResultFactoryCheck<T> - Class in fluent.validation
-
- CustomResultFactoryCheck(Check<T>, ResultFactory) - Constructor for class fluent.validation.CustomResultFactoryCheck
-