Package com.google.protobuf
Class ExtensionRegistry.ExtensionInfo
java.lang.Object
com.google.protobuf.ExtensionRegistry.ExtensionInfo
- Enclosing class:
ExtensionRegistry
A (Descriptor, Message) pair, returned by lookup methods.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Message
A default instance of the extension's type, if it has a message type.The extension's descriptor. -
Method Summary
-
Field Details
-
descriptor
The extension's descriptor. -
defaultInstance
A default instance of the extension's type, if it has a message type. Otherwise,null
.
-