Uses of Class
com.yahoo.config.model.ConfigModelRegistry
Packages that use ConfigModelRegistry
Package
Description
Provides the classes for the Vespa config model framework.
-
Uses of ConfigModelRegistry in com.yahoo.config.model
Subclasses of ConfigModelRegistry in com.yahoo.config.modelModifier and TypeClassDescriptionclassclassA config model class registry that only forwards to the chained registry.Methods in com.yahoo.config.model that return ConfigModelRegistryModifier and TypeMethodDescriptionConfigModelRegistry.chained()static ConfigModelRegistryMapConfigModelRegistry.createFromList(ConfigModelBuilder<? extends ConfigModel>... builders) Create a registry from a variable argument list of builders.Methods in com.yahoo.config.model with parameters of type ConfigModelRegistryModifier and TypeMethodDescriptionvoidConfigModelRepo.readConfigModels(DeployState deployState, VespaModel vespaModel, VespaModelBuilder builder, ApplicationConfigProducerRoot root, ConfigModelRegistry configModelRegistry) Initialize part 1.: Reads the config models used in the application package.Constructors in com.yahoo.config.model with parameters of type ConfigModelRegistryModifierConstructorDescriptionConfigModelRegistry(ConfigModelRegistry chained) Creates a config model class registry which forwards unresolved requests to the argument instance -
Uses of ConfigModelRegistry in com.yahoo.config.model.test
Methods in com.yahoo.config.model.test that return ConfigModelRegistry -
Uses of ConfigModelRegistry in com.yahoo.vespa.model
Subclasses of ConfigModelRegistry in com.yahoo.vespa.modelModifier and TypeClassDescriptionclassResolves the Vespa config model typesMethods in com.yahoo.vespa.model with parameters of type ConfigModelRegistryModifier and TypeMethodDescriptionstatic VespaModelFactoryVespaModelFactory.createTestFactory(com.yahoo.component.Version version, ConfigModelRegistry configModelRegistry, Clock clock, com.yahoo.config.provision.Zone zone) static VespaModelFactoryVespaModelFactory.createTestFactory(ConfigModelRegistry configModelRegistry, Clock clock) Constructors in com.yahoo.vespa.model with parameters of type ConfigModelRegistryModifierConstructorDescriptionCreates a bundled model class registry which forwards unresolved requests to the argument instanceVespaModel(com.yahoo.config.application.api.ApplicationPackage app, ConfigModelRegistry configModelRegistry) Constructs vespa model using config given in appVespaModel(ConfigModelRegistry configModelRegistry, DeployState deployState) Constructs vespa model using config given in appprotectedVespaModelFactory(ConfigModelRegistry configModelRegistry)