Uses of Interface
org.apache.camel.builder.endpoint.dsl.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder
Packages that use RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder
-
Uses of RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the REST OpenApi component.Methods in org.apache.camel.builder.endpoint.dsl that return RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilderModifier and TypeMethodDescriptionRestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder.apiContextPath(String apiContextPath) Sets the context-path to use for servicing the OpenAPI specification.RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder.basic()RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder.clientRequestValidation(boolean clientRequestValidation) Whether to enable validation of the client request to check if the incoming request is valid according to the OpenAPI specification.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder.clientRequestValidation(String clientRequestValidation) Whether to enable validation of the client request to check if the incoming request is valid according to the OpenAPI specification.What payload type this component capable of consuming.RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder.missingOperation(String missingOperation) Whether the consumer should fail,ignore or return a mock response for OpenAPI operations that are not mapped to a corresponding route.