| Package | Description |
|---|---|
| cdc.util.validation |
| Modifier and Type | Method | Description |
|---|---|---|
Validity |
ValidationRecord.getValidity() |
|
static Validity |
ValidationRecord.getValidity(java.util.List<ValidationRecord> records) |
|
default Validity |
Validator.getValidity(T value) |
Returns the validity of a value.
|
default Validity |
Validator.getValidityRaw(java.lang.Object value) |
Returns the validity of a raw value.
|
static Validity |
Validity.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Validity[] |
Validity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Validity |
Validity.worse(Validity value1,
Validity value2) |
| Modifier and Type | Method | Description |
|---|---|---|
Checker<? super T> |
ValidatorImpl.getChecker(Validity validity) |
|
boolean |
ValidatorImpl.hasChecker(Validity validity) |
|
void |
ValidationHandler.processIssue(Validity validity,
java.lang.String message) |
|
static Validity |
Validity.worse(Validity value1,
Validity value2) |
| Constructor | Description |
|---|---|
ValidationRecord(Validity validity,
java.lang.String message) |
Copyright © 2019. All rights reserved.