Class LegacyConfigModelBuilder<MODEL extends ConfigModel>

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.config.model.builder.xml.ConfigModelBuilder<MODEL>
com.yahoo.vespa.model.builder.xml.dom.LegacyConfigModelBuilder<MODEL>
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, com.yahoo.config.model.api.ConfigModelPlugin, Comparable<com.yahoo.component.Component>

public abstract class LegacyConfigModelBuilder<MODEL extends ConfigModel> extends ConfigModelBuilder<MODEL>
A model builder that can be used to deal with toplevel config overrides and create another producer in between. This should not be used by new model plugins.
Author:
Ulf Lilleengen
  • Constructor Details

    • LegacyConfigModelBuilder

      public LegacyConfigModelBuilder(Class<MODEL> configModelClass)
  • Method Details