Class Projection.Builder

All Implemented Interfaces:
Prototype.Builder<Projection.Builder, Projection>, Builder<Projection.Builder, Projection>, Supplier<Projection>
Enclosing interface:
Projection

public static class Projection.Builder extends Projection.BuilderBase<Projection.Builder, Projection> implements Builder<Projection.Builder, Projection>
Fluent API builder for Projection.
  • Method Details

    • buildPrototype

      public Projection buildPrototype()
      Create an instance of the prototype. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      buildPrototype in interface Prototype.Builder<Projection.Builder, Projection>
      Returns:
      an instance of the setup object created from this builder
    • build

      public Projection build()
      Create an instance from this builder. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      build in interface Builder<Projection.Builder, Projection>
      Returns:
      instance of the built type