Package akka.protobuf

Class ExtensionRegistry.ExtensionInfo

  • Enclosing class:
    ExtensionRegistry

    public static final class ExtensionRegistry.ExtensionInfo
    extends java.lang.Object
    A (Descriptor, Message) pair, returned by lookup methods.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • defaultInstance

        public final Message defaultInstance
        A default instance of the extension's type, if it has a message type. Otherwise, null.