Uses of Class
io.helidon.data.codegen.query.Projection.Builder
Packages that use Projection.Builder
-
Uses of Projection.Builder in io.helidon.data.codegen.query
Methods in io.helidon.data.codegen.query that return Projection.BuilderModifier and TypeMethodDescriptionstatic Projection.Builder
Projection.builder()
Create a new fluent API builder to customize configuration.static Projection.Builder
Projection.builder
(Projection instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.data.codegen.query with type arguments of type Projection.BuilderModifier and TypeMethodDescriptionDataQuery.BuilderBase.projection
(Consumer<Projection.Builder> consumer) Data query projection.