Uses of Class
org.apache.camel.model.rest.OpenApiDefinition
Packages that use OpenApiDefinition
-
Uses of OpenApiDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return OpenApiDefinitionModifier and TypeMethodDescriptionOpenApiDefinition.apiContextPath(String apiDoc) Whether to enable api-doc that exposes the OpenAPI specification file as a REST endpoint.OpenApiDefinition.disabled()Whether to disable the OpenAPI entirely.OpenApiDefinition.disabled(boolean disabled) Whether to disable the OpenAPI entirely.Whether to disable the OpenAPI entirely.RestDefinition.getOpenApi()OpenApiDefinition.missingOperation(String missingOperation) Whether to fail, ignore or return a mock response for OpenAPI operations that are not mapped to a corresponding route.OpenApiDefinition.mockIncludePattern(String mockIncludePattern) Used for inclusive filtering of mock data from directories.RestDefinition.openApi()To use an existing OpenAPI specification as contract-first for Camel Rest DSL.Sets the id of the routeOpenApiDefinition.specification(String specification) Path to the OpenApi specification file.Methods in org.apache.camel.model.rest with parameters of type OpenApiDefinitionModifier and TypeMethodDescriptionRestDefinition.buildFromUri(org.apache.camel.CamelContext camelContext, OpenApiDefinition openApi) Build the from endpoint uri for the open-apivoidRestDefinition.setOpenApi(OpenApiDefinition openApi) To use an existing OpenAPI specification as contract-first for Camel Rest DSL.