Class SchemaString.Builder

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

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

    • buildPrototype

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

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