Class RequestValidator.FileValidator

  • All Implemented Interfaces:
    io.envoyproxy.pgv.ValidatorImpl<Request.File>
    Enclosing class:
    RequestValidator

    public static class RequestValidator.FileValidator
    extends java.lang.Object
    implements io.envoyproxy.pgv.ValidatorImpl<Request.File>
    Validates File protobuf objects.
    • Field Summary

      • Fields inherited from interface io.envoyproxy.pgv.ValidatorImpl

        ALWAYS_VALID
    • Constructor Summary

      Constructors 
      Constructor Description
      FileValidator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void assertValid​(Request.File proto, io.envoyproxy.pgv.ValidatorIndex index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileValidator

        public FileValidator()
    • Method Detail

      • assertValid

        public void assertValid​(Request.File proto,
                                io.envoyproxy.pgv.ValidatorIndex index)
                         throws io.envoyproxy.pgv.ValidationException
        Specified by:
        assertValid in interface io.envoyproxy.pgv.ValidatorImpl<Request.File>
        Throws:
        io.envoyproxy.pgv.ValidationException