Class Descriptors.GenericDescriptor

java.lang.Object
com.google.protobuf.Descriptors.GenericDescriptor
Direct Known Subclasses:
Descriptors.Descriptor, Descriptors.EnumDescriptor, Descriptors.EnumValueDescriptor, Descriptors.FieldDescriptor, Descriptors.FileDescriptor, Descriptors.MethodDescriptor, Descriptors.ServiceDescriptor
Enclosing class:
Descriptors

public abstract static class Descriptors.GenericDescriptor extends Object
All descriptors implement this to make it easier to implement tools like DescriptorPool.

This class is public so that the methods it exposes can be called from outside of this package. However, it should only be subclassed from nested classes of Descriptors.

  • Constructor Details

    • GenericDescriptor

      public GenericDescriptor()
  • Method Details