Interface OpenApiUiConfig

All Superinterfaces:
Prototype.Api, Prototype.Factory<OpenApiUi>
All Known Implementing Classes:
OpenApiUiConfig.BuilderBase.OpenApiUiConfigImpl

public interface OpenApiUiConfig extends Prototype.Api
OpenApiUi prototype.
See Also:
  • Method Details

    • builder

      static OpenApiUiConfig.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static OpenApiUiConfig.Builder builder(OpenApiUiConfig instance)
      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 OpenApiUiConfig 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 OpenApiUiConfig create()
      Create a new instance with default values.
      Returns:
      a new instance
    • options

      Map<String,String> options()
      Merges implementation-specific UI options.
      Returns:
      options for the UI to merge
    • isEnabled

      boolean isEnabled()
      Sets whether the service should be enabled.
      Returns:
      true if enabled, false otherwise
    • webContext

      Optional<String> webContext()
      Full web context (not just the suffix).
      Returns:
      full web context path