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