Class ProtoMessageType.Extension

  • Enclosing class:
    ProtoMessageType

    @Immutable
    public abstract static class ProtoMessageType.Extension
    extends java.lang.Object
    Extension contains the name, type, and target message type of the extension.
    • Constructor Summary

      Constructors 
      Constructor Description
      Extension()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract CelType messageType()  
      abstract java.lang.String name()  
      abstract CelType type()  
      • Methods inherited from class java.lang.Object

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

      • Extension

        public Extension()
    • Method Detail

      • name

        public abstract java.lang.String name()
      • type

        public abstract CelType type()
      • messageType

        public abstract CelType messageType()