Class Lookup.Builder

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

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

    • buildPrototype

      public Lookup 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<Lookup.Builder, Lookup>
      Returns:
      an instance of the setup object created from this builder
    • build

      public Lookup 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<Lookup.Builder, Lookup>
      Returns:
      instance of the built type