Uses of Class
org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
Packages that use RestOpenApiEndpoint
-
Uses of RestOpenApiEndpoint in org.apache.camel.component.rest.openapi
Methods in org.apache.camel.component.rest.openapi with parameters of type RestOpenApiEndpointModifier and TypeMethodDescriptionstatic StringRestOpenApiHelper.determineBasePath(org.apache.camel.CamelContext camelContext, RestOpenApiComponent component, RestOpenApiEndpoint endpoint, io.swagger.v3.oas.models.OpenAPI openAPI) Determines the base-path according to various configuration on component/endpoint and in the specConstructors in org.apache.camel.component.rest.openapi with parameters of type RestOpenApiEndpointModifierConstructorDescriptionRestOpenApiProcessor(RestOpenApiEndpoint endpoint, io.swagger.v3.oas.models.OpenAPI openAPI, String basePath, String apiContextPath, org.apache.camel.Processor processor, RestOpenapiProcessorStrategy restOpenapiProcessorStrategy)