Uses of Class
com.yahoo.container.core.ChainsConfig.Builder
Packages that use ChainsConfig.Builder
-
Uses of ChainsConfig.Builder in com.yahoo.container.core
Methods in com.yahoo.container.core that return ChainsConfig.BuilderModifier and TypeMethodDescriptionChainsConfig.Builder.chains(ChainsConfig.Chains.Builder __builder) Add the given builder to this builder's list of Chains buildersChainsConfig.Builder.chains(Consumer<ChainsConfig.Chains.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listChainsConfig.Builder.chains(List<ChainsConfig.Chains.Builder> __builders) Set the given list as this builder's list of Chains buildersChainsConfig.Builder.components(ChainsConfig.Components.Builder __builder) Add the given builder to this builder's list of Components buildersChainsConfig.Builder.components(Consumer<ChainsConfig.Components.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listChainsConfig.Builder.components(List<ChainsConfig.Components.Builder> __builders) Set the given list as this builder's list of Components buildersMethods in com.yahoo.container.core with parameters of type ChainsConfig.BuilderModifier and TypeMethodDescriptionvoidChainsConfig.Producer.getConfig(ChainsConfig.Builder builder) Constructors in com.yahoo.container.core with parameters of type ChainsConfig.Builder