Uses of Class
io.helidon.builder.codegen.FactoryMethod.Builder
Packages that use FactoryMethod.Builder
-
Uses of FactoryMethod.Builder in io.helidon.builder.codegen
Methods in io.helidon.builder.codegen that return FactoryMethod.BuilderModifier and TypeMethodDescriptionstatic FactoryMethod.BuilderFactoryMethod.builder()Create a new fluent API builder to customize configuration.static FactoryMethod.BuilderFactoryMethod.builder(FactoryMethod instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.builder.codegen with type arguments of type FactoryMethod.BuilderModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addConfigFactory(Consumer<FactoryMethod.Builder> consumer) Factory methods to be used when mapping config to types.OptionConfigured.BuilderBase.factoryMethod(Consumer<FactoryMethod.Builder> consumer) Factory method for this option.RuntimeTypeInfo.BuilderBase.factoryMethod(Consumer<FactoryMethod.Builder> consumer) Factory method.