Uses of Interface
io.envoyproxy.pgv.Validator
| Package | Description |
|---|---|
| io.envoyproxy.pgv |
-
Uses of Validator in io.envoyproxy.pgv
Fields in io.envoyproxy.pgv declared as Validator Modifier and Type Field Description static ValidatorValidator. ALWAYS_INVALIDstatic ValidatorValidator. ALWAYS_VALIDMethods in io.envoyproxy.pgv that return Validator Modifier and Type Method Description <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)Retuns the validator forclazz, orALWAYS_VALIDif not found.default <T> Validator<T>ValidatorIndex. validatorFor(Object instance)Retuns the validator for<T>, orALWAYS_VALIDif not found.