Class MapConfigModelRegistry

java.lang.Object
com.yahoo.config.model.ConfigModelRegistry
com.yahoo.config.model.MapConfigModelRegistry

public class MapConfigModelRegistry extends ConfigModelRegistry
Author:
Ulf Lilleengen
  • Constructor Details

    • 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.
  • Method Details