Class MapConfigModelRegistry

    • Constructor Detail

      • MapConfigModelRegistry

        @Inject
        public MapConfigModelRegistry​(com.yahoo.component.provider.ComponentRegistry<? extends ConfigModelBuilder> registry)
        Constructs a registry of config models, where the components are injected.
        Parameters:
        registry - a component registry
      • MapConfigModelRegistry

        public MapConfigModelRegistry​(Collection<? extends ConfigModelBuilder> builderCollection)
        Constructs a registry of config models.
        Parameters:
        builderCollection - A collection of builders used to populate the registry.