Class SchemaNull.Builder

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

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

    • buildPrototype

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

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