Uses of Interface
io.envoyproxy.pgv.ValidatorIndex
| Package | Description |
|---|---|
| io.envoyproxy.pgv |
-
Uses of ValidatorIndex in io.envoyproxy.pgv
Classes in io.envoyproxy.pgv that implement ValidatorIndex Modifier and Type Class Description classExplicitValidatorIndexExplicitValidatorIndexis an explicit registry ofValidatorinstances.classReflectiveValidatorIndexReflectiveValidatorIndexuses reflection to discoverValidatorimplementations lazily the first time a type is validated.Fields in io.envoyproxy.pgv declared as ValidatorIndex Modifier and Type Field Description static ValidatorIndexValidatorIndex. ALWAYS_INVALIDstatic ValidatorIndexValidatorIndex. ALWAYS_VALIDMethods in io.envoyproxy.pgv with parameters of type ValidatorIndex Modifier and Type Method Description voidValidatorImpl. assertValid(T proto, ValidatorIndex index)Asserts validation rules on a protobuf object.Constructors in io.envoyproxy.pgv with parameters of type ValidatorIndex Constructor Description ExplicitValidatorIndex(ValidatorIndex fallbackIndex)ReflectiveValidatorIndex(ValidatorIndex fallbackIndex)