Uses of Class
io.helidon.data.codegen.query.Projection.BuilderBase
Packages that use Projection.BuilderBase
-
Uses of Projection.BuilderBase in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type Projection.BuilderBaseModifier and TypeClassDescriptionstatic class
Projection.BuilderBase<BUILDER extends Projection.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Projection> Fluent API builder base forProjection
.Subclasses of Projection.BuilderBase in io.helidon.data.codegen.queryMethods in io.helidon.data.codegen.query with parameters of type Projection.BuilderBaseModifier and TypeMethodDescriptionProjection.BuilderBase.from
(Projection.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data.codegen.query with parameters of type Projection.BuilderBaseModifierConstructorDescriptionprotected
ProjectionImpl
(Projection.BuilderBase<?, ?> builder) Create an instance providing a builder.