Package io.helidon.microprofile.openapi
Interface MpOpenApiManagerConfig
- All Superinterfaces:
 Prototype.Api
- All Known Implementing Classes:
 MpOpenApiManagerConfig.BuilderBase.MpOpenApiManagerConfigImpl
MpOpenApiManager prototype.- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forMpOpenApiManagerConfig.static classMpOpenApiManagerConfig.BuilderBase<BUILDER extends MpOpenApiManagerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MpOpenApiManagerConfig> Fluent API builder base forMpOpenApiManagerConfig. - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new fluent API builder to customize configuration.builder(MpOpenApiManagerConfig instance) Create a new fluent API builder from an existing instance.static MpOpenApiManagerConfigcreate()Create a new instance with default values.static MpOpenApiManagerConfigDeprecated.static MpOpenApiManagerConfigCreate a new instance from configuration.Specify the set of Jandex index path.booleanIftrueand thejakarta.ws.rs.core.Applicationclass returns a non-empty set, endpoints defined by other resources are not included in the OpenAPI document. 
- 
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
Create a new instance from configuration.- Parameters:
 config- used to configure the new instance- Returns:
 - a new instance configured from configuration
 
 - 
create
Deprecated.Create a new instance from configuration.- Parameters:
 config- used to configure the new instance- Returns:
 - a new instance configured from configuration
 
 - 
create
Create a new instance with default values.- Returns:
 - a new instance
 
 - 
useJaxRsSemantics
boolean useJaxRsSemantics()Iftrueand thejakarta.ws.rs.core.Applicationclass returns a non-empty set, endpoints defined by other resources are not included in the OpenAPI document.- Returns:
 trueif enabled,falseotherwise
 - 
indexPaths
Specify the set of Jandex index path.- Returns:
 - list of Jandex index path
 
 
 - 
 
create(io.helidon.config.Config)