Class ExplicitValidatorIndex

java.lang.Object
io.envoyproxy.pgv.ExplicitValidatorIndex
All Implemented Interfaces:
ValidatorIndex

public final class ExplicitValidatorIndex extends Object implements ValidatorIndex
ExplicitValidatorIndex is an explicit registry of Validator instances. If no validator is registered for type, a fallback validator will be used (default ALWAYS_VALID).
  • Constructor Details

    • ExplicitValidatorIndex

      public ExplicitValidatorIndex()
    • ExplicitValidatorIndex

      public ExplicitValidatorIndex(ValidatorIndex fallbackIndex)
  • Method Details