Class SchemaArray.Builder

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

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

    • buildPrototype

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

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