Uses of Interface
io.envoyproxy.pgv.Validator
Packages that use Validator
-
Uses of Validator in io.envoyproxy.pgv
Fields in io.envoyproxy.pgv declared as ValidatorModifier and TypeFieldDescriptionstatic final ValidatorValidator.ALWAYS_INVALIDstatic final ValidatorValidator.ALWAYS_VALIDMethods in io.envoyproxy.pgv that return ValidatorModifier and TypeMethodDescription<T> Validator<T>ExplicitValidatorIndex.validatorFor(Class clazz) <T> Validator<T>ReflectiveValidatorIndex.validatorFor(Class clazz) Returns the validator for<T>, orALWAYS_VALIDif not found.<T> Validator<T>ValidatorIndex.validatorFor(Class clazz) Returns the validator forclazz, orALWAYS_VALIDif not found.default <T> Validator<T>ValidatorIndex.validatorFor(Object instance) Returns the validator for<T>, orALWAYS_VALIDif not found.