| Package | Description |
|---|---|
| io.envoyproxy.pgv |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitValidatorIndex
ExplicitValidatorIndex is an explicit registry of Validator instances. |
class |
ReflectiveValidatorIndex
ReflectiveValidatorIndex uses reflection to discover Validator implementations lazily the first
time a type is validated. |
| Modifier and Type | Field and Description |
|---|---|
static ValidatorIndex |
ValidatorIndex.ALWAYS_INVALID |
static ValidatorIndex |
ValidatorIndex.ALWAYS_VALID |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorImpl.assertValid(T proto,
ValidatorIndex index)
Asserts validation rules on a protobuf object.
|
| Constructor and Description |
|---|
ExplicitValidatorIndex(ValidatorIndex fallbackIndex) |
ReflectiveValidatorIndex(ValidatorIndex fallbackIndex) |
Copyright © 2022. All rights reserved.