| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Class and Description |
|---|---|
class |
Violation
`Violation` represents a single instance where a validation rule, expressed
as a `Constraint`, was not met.
|
static class |
Violation.Builder
`Violation` represents a single instance where a validation rule, expressed
as a `Constraint`, was not met.
|
| Modifier and Type | Method and Description |
|---|---|
ViolationOrBuilder |
Violations.getViolationsOrBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
ViolationOrBuilder |
Violations.Builder.getViolationsOrBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
ViolationOrBuilder |
ViolationsOrBuilder.getViolationsOrBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ViolationOrBuilder> |
Violations.getViolationsOrBuilderList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
List<? extends ViolationOrBuilder> |
Violations.Builder.getViolationsOrBuilderList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
List<? extends ViolationOrBuilder> |
ViolationsOrBuilder.getViolationsOrBuilderList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Copyright © 2024. All rights reserved.