| Package | Description |
|---|---|
| be.recipe.api.constraints |
| Modifier and Type | Class and Description |
|---|---|
static class |
Violation.Simple |
static class |
Violation.Wrapper |
| Modifier and Type | Method and Description |
|---|---|
Violation |
Violation.Simple.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java8.util.stream.Stream<Violation> |
ValidationReport.stream() |
java8.util.stream.Stream<Violation> |
ValidationReport.Simple.stream() |
static java8.util.function.Function<Violation,String> |
Violation.Simple.toViolation() |
static java8.util.function.Function<Violation.Simple.Builder,Violation> |
Violation.Simple.Builder.toViolation() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationReport |
ValidationReport.Simple.from(List<Violation> violations) |
| Constructor and Description |
|---|
Wrapper(Violation target) |
| Constructor and Description |
|---|
Simple(List<Violation> violations) |
Copyright © 2010–2025 Smals. All rights reserved.