Uses of Class
io.helidon.openapi.SEOpenAPISupportBuilder
Packages that use SEOpenAPISupportBuilder
-
Uses of SEOpenAPISupportBuilder in io.helidon.openapi
Methods in io.helidon.openapi that return SEOpenAPISupportBuilderModifier and TypeMethodDescriptionSEOpenAPISupportBuilder.addOperationServer(String operationID, String operationServer) Adds an operation server for a given operation ID.SEOpenAPISupportBuilder.addPathServer(String path, String pathServer) Adds a path server for a given path.static SEOpenAPISupportBuilderOpenAPISupport.builder()Creates a newOpenAPISupport.BuilderforOpenAPISupportusing defaults.Assigns various OpenAPI settings from the specified openapiConfigobject.Set the app-provided OpenAPI model filter class.SEOpenAPISupportBuilder.modelReader(String className) Sets the app-provided model reader class.Sets the servers which offer the endpoints in the OpenAPI document.