Uses of Interface
org.apache.camel.builder.endpoint.dsl.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder
Packages that use RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder
-
Uses of RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.restOpenapi(String path) REST OpenApi (camel-rest-openapi) To call REST services using OpenAPI specification as contract.StaticEndpointBuilders.restOpenapi(String componentName, String path) REST OpenApi (camel-rest-openapi) To call REST services using OpenAPI specification as contract. -
Uses of RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilderModifier and TypeMethodDescriptionRestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointBuilder.basic()RestOpenApiEndpointBuilderFactory.endpointBuilder(String componentName, String path) RestOpenApiEndpointBuilderFactory.RestOpenApiBuilders.restOpenapi(String path) REST OpenApi (camel-rest-openapi) To call REST services using OpenAPI specification as contract.RestOpenApiEndpointBuilderFactory.RestOpenApiBuilders.restOpenapi(String componentName, String path) REST OpenApi (camel-rest-openapi) To call REST services using OpenAPI specification as contract.