Class PathsConfig.Builder

All Implemented Interfaces:
Prototype.Builder<PathsConfig.Builder, PathsConfig>, Builder<PathsConfig.Builder, PathsConfig>, ConfigBuilderSupport.ConfiguredBuilder<PathsConfig.Builder, PathsConfig>, Supplier<PathsConfig>
Enclosing interface:
PathsConfig

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

    • buildPrototype

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

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