Class ExtensionRegistryFactory


  • @Factory
    @Requires(classes=com.google.protobuf.ExtensionRegistry.class)
    public class ExtensionRegistryFactory
    extends java.lang.Object
    Creates the default ExtensionRegistry.
    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.google.protobuf.ExtensionRegistry extensionRegistry()
      Constructs the extension registry.
      • Methods inherited from class java.lang.Object

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

      • ExtensionRegistryFactory

        public ExtensionRegistryFactory()
    • Method Detail

      • extensionRegistry

        @Singleton
        protected com.google.protobuf.ExtensionRegistry extensionRegistry()
        Constructs the extension registry.
        Returns:
        The extension registry