Interface OpenApi30VersionConfig

All Superinterfaces:
Prototype.Api, Prototype.Factory<OpenApi30Version>
All Known Implementing Classes:
OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl

public interface OpenApi30VersionConfig extends Prototype.Api
OpenAPI 3.0 version configuration.
See Also:
  • Method Details

    • builder

      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static OpenApi30VersionConfig create(Config config)
      Create a new instance from configuration.
      Parameters:
      config - used to configure the new instance
      Returns:
      a new instance configured from configuration
    • create

      static OpenApi30VersionConfig create()
      Create a new instance with default values.
      Returns:
      a new instance
    • name

      String name()
      Name of this version configuration.
      Returns:
      version implementation name
    • version

      String version()
      Exact OpenAPI 3.0 document version to produce.
      Returns:
      OpenAPI document version