| Package | Description |
|---|---|
| de.flapdoodle.formula.validation | |
| de.flapdoodle.formula.validation.validations |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStrictValidatedValueLookup
Immutable implementation of
StrictValidatedValueLookup. |
class |
StrictValidatedValueLookup |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorMessage> |
Validation.validate(Optional<D> unvalidatedValue,
ValidatedValueLookup values) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorMessage> |
RelatedTo1.validate(Optional<X> unvalidatedValue,
ValidatedValueLookup values) |
List<ErrorMessage> |
RelatedTo3.validate(Optional<X> unvalidatedValue,
ValidatedValueLookup values) |
List<ErrorMessage> |
RelatedTo2.validate(Optional<X> unvalidatedValue,
ValidatedValueLookup values) |
List<ErrorMessage> |
RelatedTo4.validate(Optional<X> unvalidatedValue,
ValidatedValueLookup values) |
List<ErrorMessage> |
Self.validate(Optional<X> unvalidatedValue,
ValidatedValueLookup values) |
Copyright © 2023. All rights reserved.