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 SEOpenAPISupportBuilderSEOpenAPISupportBuilder. addOperationServer(String operationID, String operationServer)Adds an operation server for a given operation ID.SEOpenAPISupportBuilderSEOpenAPISupportBuilder. addPathServer(String path, String pathServer)Adds a path server for a given path.SEOpenAPISupportBuilderSEOpenAPISupportBuilder. config(Config config)Set various builder attributes from the specified openapiConfigobject.SEOpenAPISupportBuilderSEOpenAPISupportBuilder. filter(String className)Set the app-provided OpenAPI model filter class.SEOpenAPISupportBuilderSEOpenAPISupportBuilder. helidonConfig(Config config)Deprecated.SEOpenAPISupportBuilderSEOpenAPISupportBuilder. modelReader(String className)Sets the app-provided model reader class.SEOpenAPISupportBuilderSEOpenAPISupportBuilder. servers(String serverList)Sets the servers which offer the endpoints in the OpenAPI document.
-