Class Projection.BuilderBase.ProjectionImpl

java.lang.Object
io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
All Implemented Interfaces:
Prototype.Api, Projection
Enclosing class:
Projection.BuilderBase<BUILDER extends Projection.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends Projection>

protected static class Projection.BuilderBase.ProjectionImpl extends Object implements Projection
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • ProjectionImpl

      protected ProjectionImpl(Projection.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details