| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableError
Immutable implementation of
Verifier.Error. |
| Modifier and Type | Method and Description |
|---|---|
List<Verifier.Error> |
ImmutableResult.getErrors() |
List<Verifier.Error> |
Verifier.Result.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableResult.Builder |
ImmutableResult.Builder.addErrors(Verifier.Error... elements)
Adds elements to
errors list. |
ImmutableResult.Builder |
ImmutableResult.Builder.addErrors(Verifier.Error element)
Adds one element to
errors list. |
static ImmutableError |
ImmutableError.copyOf(Verifier.Error instance)
Creates an immutable copy of a
Verifier.Error value. |
ImmutableError.Builder |
ImmutableError.Builder.from(Verifier.Error instance)
Fill a builder with attribute values from the provided
Error instance. |
ImmutableResult |
ImmutableResult.withErrors(Verifier.Error... elements)
Copy the current immutable object with elements that replace the content of
errors. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableResult.Builder |
ImmutableResult.Builder.addAllErrors(Iterable<? extends Verifier.Error> elements)
Adds elements to
errors list. |
ImmutableResult.Builder |
ImmutableResult.Builder.errors(Iterable<? extends Verifier.Error> elements)
Sets or replaces all elements for
errors list. |
ImmutableResult |
ImmutableResult.withErrors(Iterable<? extends Verifier.Error> elements)
Copy the current immutable object with elements that replace the content of
errors. |
Copyright © 2016–2017 Red Hat. All rights reserved.