Class DescriptorTypeProvider.SymbolTable

  • Enclosing class:
    DescriptorTypeProvider

    protected static class DescriptorTypeProvider.SymbolTable
    extends java.lang.Object
    Helper class to construct a symbol table for messages, enums, and their respective declarations.

    The symbol table is built from the eagerly and is not a pure representation of Proto, but rather just enough of one to serve the needs of CEL.

    • Constructor Summary

      Constructors 
      Constructor Description
      SymbolTable​(java.lang.Iterable<com.google.protobuf.Descriptors.FileDescriptor> fileDescriptors)  
      SymbolTable​(java.util.List<com.google.protobuf.Descriptors.Descriptor> descriptors)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SymbolTable

        public SymbolTable​(java.lang.Iterable<com.google.protobuf.Descriptors.FileDescriptor> fileDescriptors)
      • SymbolTable

        public SymbolTable​(java.util.List<com.google.protobuf.Descriptors.Descriptor> descriptors)