Uses of Interface
io.helidon.builder.codegen.FactoryMethod
Packages that use FactoryMethod
-
Uses of FactoryMethod in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type FactoryMethodModifier and TypeClassDescriptionstatic classFactoryMethod.BuilderBase<BUILDER extends FactoryMethod.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FactoryMethod> Fluent API builder base forFactoryMethod.Classes in io.helidon.builder.codegen that implement FactoryMethodModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return FactoryMethodModifier and TypeMethodDescriptionFactoryMethod.Builder.build()FactoryMethod.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type FactoryMethodModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.configFactories()Factory methods to be used when mapping config to types.PrototypeInfo.BuilderBase.PrototypeInfoImpl.configFactories()PrototypeInfo.configFactories()Factory methods to be used when mapping config to types.OptionConfigured.BuilderBase.factoryMethod()Factory method for this option.OptionConfigured.BuilderBase.OptionConfiguredImpl.factoryMethod()OptionConfigured.factoryMethod()Factory method for this option.RuntimeTypeInfo.BuilderBase.factoryMethod()Factory method.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl.factoryMethod()RuntimeTypeInfo.factoryMethod()Factory method.Methods in io.helidon.builder.codegen with parameters of type FactoryMethodModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addConfigFactory(FactoryMethod configFactory) Factory methods to be used when mapping config to types.static FactoryMethod.BuilderFactoryMethod.builder(FactoryMethod instance) Create a new fluent API builder from an existing instance.OptionConfigured.BuilderBase.factoryMethod(FactoryMethod factoryMethod) Factory method for this option.RuntimeTypeInfo.BuilderBase.factoryMethod(FactoryMethod factoryMethod) Factory method.FactoryMethod.BuilderBase.from(FactoryMethod prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.builder.codegen with type arguments of type FactoryMethodModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addConfigFactories(List<? extends FactoryMethod> configFactories) Factory methods to be used when mapping config to types.PrototypeInfo.BuilderBase.configFactories(List<? extends FactoryMethod> configFactories) Factory methods to be used when mapping config to types.OptionConfigured.BuilderBase.factoryMethod(Supplier<? extends FactoryMethod> supplier) Factory method for this option.RuntimeTypeInfo.BuilderBase.factoryMethod(Supplier<? extends FactoryMethod> supplier) Factory method.