Uses of Class
io.helidon.data.codegen.common.MethodParams.BuilderBase
Packages that use MethodParams.BuilderBase
-
Uses of MethodParams.BuilderBase in io.helidon.data.codegen.common
Classes in io.helidon.data.codegen.common with type parameters of type MethodParams.BuilderBaseModifier and TypeClassDescriptionstatic classMethodParams.BuilderBase<BUILDER extends MethodParams.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MethodParams> Fluent API builder base forMethodParams.Subclasses of MethodParams.BuilderBase in io.helidon.data.codegen.commonMethods in io.helidon.data.codegen.common with parameters of type MethodParams.BuilderBaseModifier and TypeMethodDescriptionMethodParams.BuilderBase.from(MethodParams.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data.codegen.common with parameters of type MethodParams.BuilderBaseModifierConstructorDescriptionprotectedMethodParamsImpl(MethodParams.BuilderBase<?, ?> builder) Create an instance providing a builder.