Interface MpOpenApiManagerConfig

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
MpOpenApiManagerConfig.BuilderBase.MpOpenApiManagerConfigImpl

public interface MpOpenApiManagerConfig extends Prototype.Api
MpOpenApiManager prototype.
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 MpOpenApiManagerConfig 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 MpOpenApiManagerConfig create()
      Create a new instance with default values.
      Returns:
      a new instance
    • useJaxRsSemantics

      boolean useJaxRsSemantics()
      If true and the jakarta.ws.rs.core.Application class returns a non-empty set, endpoints defined by other resources are not included in the OpenAPI document.
      Returns:
      true if enabled, false otherwise
    • indexPaths

      List<String> indexPaths()
      Specify the set of Jandex index path.
      Returns:
      list of Jandex index path