Uses of Class
io.helidon.reactive.openapi.OpenAPISupport.Builder
Packages that use OpenAPISupport.Builder
Package
Description
OpenAPI integration with Helidon Reactive WebServer.
-
Uses of OpenAPISupport.Builder in io.helidon.reactive.openapi
Methods in io.helidon.reactive.openapi that return OpenAPISupport.BuilderModifier and TypeMethodDescriptionOpenAPISupport.Builder.addOperationServer(String operationID, String operationServer) Adds an operation server for a given operation ID.OpenAPISupport.Builder.addPathServer(String path, String pathServer) Adds a path server for a given path.static OpenAPISupport.BuilderOpenAPISupport.builder()Creates a newOpenAPISupport.BuilderforOpenAPISupportusing defaults.Set various builder attributes from the specifiedConfigobject.OpenAPISupport.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Assigns the CORS settings for the OpenAPI endpoint.Set the app-provided OpenAPI model filter class.OpenAPISupport.Builder.modelReader(String className) Sets the app-provided model reader class.Sets the servers which offer the endpoints in the OpenAPI document.OpenAPISupport.Builder.staticFile(String path) Sets the file system path of the static OpenAPI document file.OpenAPISupport.Builder.webContext(String path) Sets the web context path for the OpenAPI endpoint.Constructors in io.helidon.reactive.openapi with parameters of type OpenAPISupport.BuilderModifierConstructorDescriptionprotectedOpenAPISupport(OpenAPISupport.Builder builder) Creates a new instance ofOpenAPISupport.