Uses of Class
io.helidon.openapi.internal.OpenAPIConfigImpl.Builder
Packages that use OpenAPIConfigImpl.Builder
-
Uses of OpenAPIConfigImpl.Builder in io.helidon.openapi.internal
Methods in io.helidon.openapi.internal that return OpenAPIConfigImpl.BuilderModifier and TypeMethodDescriptionOpenAPIConfigImpl.Builder.addOperationServer(String operationID, String operationServer) Adds an alternative server to service the specified operation.OpenAPIConfigImpl.Builder.addPathServer(String path, String pathServer) Adds an alternative server for all operations in the specified path.Adds a schema for a class.Adds server.OpenAPIConfigImpl.Builder.applicationPathDisable(Boolean value) Sets whether the app path search should be disabled.static OpenAPIConfigImpl.BuilderOpenAPIConfigImpl.builder()Creates a new builder for composing an OpenAPI config instance.Sets the builder's attributes according to the corresponding entries (if present) in the specified openapiConfigobject.OpenAPIConfigImpl.Builder.customSchemaRegistryClass(String className) Sets the custom schema registry class.Sets the developer-provided OpenAPI filter class name.OpenAPIConfigImpl.Builder.modelReader(String modelReader) Sets the developer-provided OpenAPI model reader class name.OpenAPIConfigImpl.Builder.operationServers(String operationID, String operationServers) Sets alternative servers to service the specified operation.OpenAPIConfigImpl.Builder.pathServers(String path, String pathServers) Sets alternative servers to service all operations in the specified path.OpenAPIConfigImpl.Builder.scanDisable(boolean value) Sets whether annotation scanning should be disabled.Sets schemas for one or more classes referenced in the OpenAPI model.Sets servers.