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