| Package | Description |
|---|---|
| fluent.validation | |
| fluent.validation.result |
| Modifier and Type | Method and Description |
|---|---|
protected Result |
AbstractCheckDsl.evaluate(D data,
ResultFactory factory) |
protected Result |
MapCheckBuilder.evaluate(Map<K,V> data,
ResultFactory factory) |
Result |
ThrowingCheck.evaluate(ThrowingRunnable data,
ResultFactory factory) |
static <T> Result |
Check.evaluate(T data,
Check<? super T> check) |
protected abstract Result |
Check.evaluate(T data,
ResultFactory factory)
Abstract method to delegate implementation of specific check logic to subclasses.
|
protected Result |
CustomResultFactoryCheck.evaluate(T data,
ResultFactory originalResultFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SoftResult |
class |
TableInResult |
| Modifier and Type | Method and Description |
|---|---|
Result |
DefaultResultFactory.actual(Object actualValue,
Result result) |
Result |
ResultFactory.actual(Object actualValue,
Result result) |
Result |
Aggregator.add(Result itemResult) |
Result |
DefaultResultFactory.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
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 |
TableAggregator.cell(int row,
int column,
Result result) |
Result |
DefaultResultFactory.error(Throwable throwable) |
Result |
ResultFactory.error(Throwable throwable) |
Result |
DefaultResultFactory.expectation(Object expectation,
boolean value) |
Result |
ResultFactory.expectation(Object expectation,
boolean value) |
Result |
TableInResult.Cell.getResult() |
Result |
DefaultResultFactory.invert(Result result) |
Result |
ResultFactory.invert(Result result) |
Result |
DefaultResultFactory.named(Object name,
Result result,
boolean value) |
Result |
ResultFactory.named(Object name,
Result result,
boolean value) |
Result |
DefaultResultFactory.soft(Result result) |
Result |
ResultFactory.soft(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpectationVisitor.actual(Object actualValue,
Result result) |
Result |
DefaultResultFactory.actual(Object actualValue,
Result result) |
Result |
ResultFactory.actual(Object actualValue,
Result result) |
void |
XmlStreamResultVisitor.actual(Object actualValue,
Result result) |
void |
FailedResultVisitor.actual(Object actualValue,
Result result) |
void |
ResultVisitor.actual(Object actualValue,
Result result) |
void |
MismatchResultVisitor.actual(Object actualValue,
Result result) |
void |
JaxbResultVisitor.actual(Object actualValue,
Result result) |
Result |
Aggregator.add(Result itemResult) |
Result |
TableAggregator.cell(int row,
int column,
Result result) |
void |
ExpectationVisitor.invert(Result result) |
Result |
DefaultResultFactory.invert(Result result) |
Result |
ResultFactory.invert(Result result) |
void |
XmlStreamResultVisitor.invert(Result result) |
void |
FailedResultVisitor.invert(Result result) |
void |
ResultVisitor.invert(Result result) |
void |
MismatchResultVisitor.invert(Result result) |
void |
JaxbResultVisitor.invert(Result result) |
Result |
DefaultResultFactory.named(Object name,
Result result,
boolean value) |
Result |
ResultFactory.named(Object name,
Result result,
boolean value) |
void |
ExpectationVisitor.soft(Result result) |
Result |
DefaultResultFactory.soft(Result result) |
Result |
ResultFactory.soft(Result result) |
void |
XmlStreamResultVisitor.soft(Result result) |
void |
FailedResultVisitor.soft(Result result) |
void |
ResultVisitor.soft(Result result) |
void |
MismatchResultVisitor.soft(Result result) |
void |
JaxbResultVisitor.soft(Result result) |
void |
ExpectationVisitor.transformation(Object name,
Result dependency,
boolean result) |
void |
XmlStreamResultVisitor.transformation(Object name,
Result dependency,
boolean result) |
void |
FailedResultVisitor.transformation(Object name,
Result dependency,
boolean result) |
void |
ResultVisitor.transformation(Object name,
Result result,
boolean value) |
void |
MismatchResultVisitor.transformation(Object name,
Result dependency,
boolean result) |
void |
JaxbResultVisitor.transformation(Object name,
Result dependency,
boolean result) |
ResultVisitor |
FailedResultVisitor.visit(Result result) |
default ResultVisitor |
ResultVisitor.visit(Result result) |
ResultVisitor |
MismatchResultVisitor.visit(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpectationVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
Result |
DefaultResultFactory.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
Result |
ResultFactory.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
void |
XmlStreamResultVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
void |
FailedResultVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
void |
ResultVisitor.aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
void |
MismatchResultVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
void |
JaxbResultVisitor.aggregation(Object description,
String glue,
List<Result> itemResults,
boolean result) |
| Constructor and Description |
|---|
Cell(int row,
int column,
Result result) |
SoftResult(Result result) |
Copyright © 2021. All rights reserved.