com.google.protobuf
Class ExtensionRegistry.ExtensionInfo
java.lang.Object
com.google.protobuf.ExtensionRegistry.ExtensionInfo
- Enclosing class:
- ExtensionRegistry
public static final class ExtensionRegistry.ExtensionInfo
- extends Object
A (Descriptor, Message) pair, returned by lookup methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptor
public final Descriptors.FieldDescriptor descriptor
- The extension's descriptor.
defaultInstance
public final Message defaultInstance
- A default instance of the extension's type, if it has a message type.
Otherwise,
null
.
Copyright © 2008-2013. All Rights Reserved.