Uses of Interface
io.envoyproxy.pgv.ValidatorIndex
Packages that use ValidatorIndex
-
Uses of ValidatorIndex in io.envoyproxy.pgv
Classes in io.envoyproxy.pgv that implement ValidatorIndexModifier and TypeClassDescriptionfinal classExplicitValidatorIndexis an explicit registry ofValidatorinstances.final classReflectiveValidatorIndexuses reflection to discoverValidatorimplementations lazily the first time a type is validated.Fields in io.envoyproxy.pgv declared as ValidatorIndexModifier and TypeFieldDescriptionstatic final ValidatorIndexValidatorIndex.ALWAYS_INVALIDstatic final ValidatorIndexValidatorIndex.ALWAYS_VALIDMethods in io.envoyproxy.pgv with parameters of type ValidatorIndexModifier and TypeMethodDescriptionvoidValidatorImpl.assertValid(T proto, ValidatorIndex index) Asserts validation rules on a protobuf object.Constructors in io.envoyproxy.pgv with parameters of type ValidatorIndexModifierConstructorDescriptionExplicitValidatorIndex(ValidatorIndex fallbackIndex) ReflectiveValidatorIndex(ValidatorIndex fallbackIndex)