Uses of Class
io.helidon.openapi.SEOpenAPISupportBuilder
-
Packages that use SEOpenAPISupportBuilder Package Description io.helidon.openapi Helidon SE OpenAPI Support. -
-
Uses of SEOpenAPISupportBuilder in io.helidon.openapi
Methods in io.helidon.openapi that return SEOpenAPISupportBuilder Modifier and Type Method Description SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. addOperationServer(String operationID, String operationServer)
Adds an operation server for a given operation ID.SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. addPathServer(String path, String pathServer)
Adds a path server for a given path.SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. config(Config config)
Set various builder attributes from the specified openapiConfig
object.SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. filter(String className)
Set the app-provided OpenAPI model filter class.SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. helidonConfig(Config config)
Deprecated.SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. modelReader(String className)
Sets the app-provided model reader class.SEOpenAPISupportBuilder
SEOpenAPISupportBuilder. servers(String serverList)
Sets the servers which offer the endpoints in the OpenAPI document.
-