| Package | Description |
|---|---|
| fluent.validation | |
| fluent.validation.evaluation | |
| fluent.validation.result |
| Modifier and Type | Method and Description |
|---|---|
Result |
AbstractCheckDsl.evaluate(D data,
ResultFactory factory) |
static <T> Result |
Check.evaluate(T data,
Check<? super T> check) |
static <T> Result |
Check.evaluate(T data,
Check<? super T> check,
ResultFactory resultFactory) |
protected abstract Result |
Check.evaluate(T data,
ResultFactory factory)
Abstract method to delegate implementation of specific check logic to subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
Statement.evaluate(Context data,
ResultFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
TableInResult |
| Modifier and Type | Method and Description |
|---|---|
Result |
ResultFactory.actual(Object actualValue,
Result result) |
Result |
Aggregator.add(Result itemResult) |
Result |
ResultFactory.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
Result |
Aggregator.build(Object actualValueDescription,
boolean result) |
Result |
TableAggregator.build(String description,
boolean value) |
Result |
TableAggregator.build(String description,
int column,
boolean value) |
Result |
ResultFactory.error(Throwable throwable) |
Result |
ResultFactory.expectation(Object expectation,
boolean value) |
Result |
TableInResult.Cell.getResult() |
Result |
ResultFactory.invert(Result result) |
Result |
ResultFactory.named(Object name,
Result result,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
MismatchResultVisitor.actual(Object actualValue,
Result result) |
void |
ResultVisitor.actual(Object actualValue,
Result result) |
Result |
ResultFactory.actual(Object actualValue,
Result result) |
void |
ExpectationVisitor.actual(Object actualValue,
Result result) |
Result |
Aggregator.add(Result itemResult) |
void |
TableAggregator.cell(int row,
int column,
Result result) |
void |
MismatchResultVisitor.invert(Result result) |
void |
ResultVisitor.invert(Result result) |
Result |
ResultFactory.invert(Result result) |
void |
ExpectationVisitor.invert(Result result) |
Result |
ResultFactory.named(Object name,
Result result,
boolean value) |
void |
MismatchResultVisitor.transformation(Object name,
Result dependency,
boolean result) |
void |
ResultVisitor.transformation(Object name,
Result result,
boolean value) |
void |
ExpectationVisitor.transformation(Object name,
Result dependency,
boolean result) |
ResultVisitor |
MismatchResultVisitor.visit(Result result) |
default ResultVisitor |
ResultVisitor.visit(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
MismatchResultVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
void |
ResultVisitor.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
Result |
ResultFactory.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
void |
ExpectationVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
| Constructor and Description |
|---|
Cell(int row,
int column,
Result result) |
Copyright © 2019. All rights reserved.