Uses of Class
io.helidon.builder.codegen.FactoryMethod.BuilderBase
Packages that use FactoryMethod.BuilderBase
-
Uses of FactoryMethod.BuilderBase in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type FactoryMethod.BuilderBaseModifier and TypeClassDescriptionstatic classFactoryMethod.BuilderBase<BUILDER extends FactoryMethod.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FactoryMethod> Fluent API builder base forFactoryMethod.Subclasses of FactoryMethod.BuilderBase in io.helidon.builder.codegenMethods in io.helidon.builder.codegen with parameters of type FactoryMethod.BuilderBaseModifier and TypeMethodDescriptionFactoryMethod.BuilderBase.from(FactoryMethod.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.builder.codegen with parameters of type FactoryMethod.BuilderBaseModifierConstructorDescriptionprotectedFactoryMethodImpl(FactoryMethod.BuilderBase<?, ?> builder) Create an instance providing a builder.