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) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.StaticEndpointBuilders.restOpenapi(String componentName, String path) REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface. -
Uses of RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilderModifier and TypeMethodDescriptionAPI basePath, for example /v2.RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointBuilder.basic()RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.componentName(String componentName) Name of the Camel component that will perform the requests.What payload type this component capable of consuming.RestOpenApiEndpointBuilderFactory.endpointBuilder(String componentName, String path) Scheme hostname and port to direct the HTTP requests to in the form of https://hostname:port.What payload type this component is producing.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.requestValidationCustomizer(String requestValidationCustomizer) If request validation is enabled, this option provides the capability to customize the creation of OpenApiInteractionValidator used to validate requests.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.requestValidationCustomizer(org.apache.camel.component.rest.openapi.validator.RequestValidationCustomizer requestValidationCustomizer) If request validation is enabled, this option provides the capability to customize the creation of OpenApiInteractionValidator used to validate requests.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.requestValidationEnabled(boolean requestValidationEnabled) Enable validation of requests against the configured OpenAPI specification.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.requestValidationEnabled(String requestValidationEnabled) Enable validation of requests against the configured OpenAPI specification.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.requestValidationLevels(String key, Object value) Levels for specific OpenAPI request validation options.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.requestValidationLevels(Map values) Levels for specific OpenAPI request validation options.RestOpenApiEndpointBuilderFactory.RestOpenApiBuilders.restOpenapi(String path) REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.RestOpenApiEndpointBuilderFactory.RestOpenApiBuilders.restOpenapi(String componentName, String path) REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.