Uses of Class
com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
Packages that use MockApplicationConfig.Mystructlist.Builder
Package
Description
This package provides an API for building Vespa or jDisc applications programmatically or from
an application package source, and instantiating those applications inside the current Java runtime.
-
Uses of MockApplicationConfig.Mystructlist.Builder in com.yahoo.application
Fields in com.yahoo.application with type parameters of type MockApplicationConfig.Mystructlist.BuilderMethods in com.yahoo.application that return MockApplicationConfig.Mystructlist.BuilderModifier and TypeMethodDescriptionMethods in com.yahoo.application with parameters of type MockApplicationConfig.Mystructlist.BuilderModifier and TypeMethodDescriptionMockApplicationConfig.Builder.mystructlist(MockApplicationConfig.Mystructlist.Builder __builder) Add the given builder to this builder's list of Mystructlist buildersMethod parameters in com.yahoo.application with type arguments of type MockApplicationConfig.Mystructlist.BuilderModifier and TypeMethodDescriptionMockApplicationConfig.Builder.mystructlist(Consumer<MockApplicationConfig.Mystructlist.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listMockApplicationConfig.Builder.mystructlist(List<MockApplicationConfig.Mystructlist.Builder> __builders) Set the given list as this builder's list of Mystructlist buildersConstructors in com.yahoo.application with parameters of type MockApplicationConfig.Mystructlist.Builder