Class Extension<ContainingType extends MessageLite,Type>

java.lang.Object
com.google.protobuf.ExtensionLite<ContainingType,Type>
com.google.protobuf.Extension<ContainingType,Type>
Direct Known Subclasses:
GeneratedMessage.GeneratedExtension

public abstract class Extension<ContainingType extends MessageLite,Type> extends ExtensionLite<ContainingType,Type>
Interface that generated extensions implement.
  • Constructor Details

    • Extension

      public Extension()
  • Method Details