| Package | Description |
|---|---|
| de.flapdoodle.formula.validation |
| Modifier and Type | Method and Description |
|---|---|
ImmutableValidationError |
ImmutableValidationError.Builder.build()
Builds a new
ImmutableValidationError. |
static ImmutableValidationError |
ImmutableValidationError.copyOf(ValidationError instance)
Creates an immutable copy of a
ValidationError value. |
static ImmutableValidationError |
ImmutableValidationError.of(Iterable<? extends ErrorMessage> errorMessages,
Iterable<? extends ValueSource<?>> invalidReferences)
Construct a new immutable
ValidationError instance. |
static ImmutableValidationError |
ImmutableValidationError.of(List<ErrorMessage> errorMessages,
Set<ValueSource<?>> invalidReferences)
Construct a new immutable
ValidationError instance. |
ImmutableValidationError |
ImmutableValidationError.withErrorMessages(ErrorMessage... elements)
Copy the current immutable object with elements that replace the content of
errorMessages. |
ImmutableValidationError |
ImmutableValidationError.withErrorMessages(Iterable<? extends ErrorMessage> elements)
Copy the current immutable object with elements that replace the content of
errorMessages. |
ImmutableValidationError |
ImmutableValidationError.withInvalidReferences(Iterable<? extends ValueSource<?>> elements)
Copy the current immutable object with elements that replace the content of
invalidReferences. |
ImmutableValidationError |
ImmutableValidationError.withInvalidReferences(ValueSource<?>... elements)
Copy the current immutable object with elements that replace the content of
invalidReferences. |
Copyright © 2023. All rights reserved.