Index

B C D G I M O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 

C

clear() - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointConfigurer
 
createConsumer(Processor) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
createConsumerFor(String, RestOpenApiProcessor) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
createProducer() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 

D

DEFAULT_BASE_PATH - Static variable in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
DEFAULT_REST_OPENAPI_CONSUMER_COMPONENTS - Static variable in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
DefaultRequestValidator - Class in org.apache.camel.component.rest.openapi.validator
 
DefaultRequestValidator() - Constructor for class org.apache.camel.component.rest.openapi.validator.DefaultRequestValidator
 
DefaultRestOpenapiProcessorStrategy - Class in org.apache.camel.component.rest.openapi
Default RestOpenapiProcessorStrategy that links the Rest DSL to routes called via direct:operationId.
DefaultRestOpenapiProcessorStrategy() - Constructor for class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
determineBasePath(CamelContext, RestOpenApiComponent, RestOpenApiEndpoint, OpenAPI) - Static method in class org.apache.camel.component.rest.openapi.RestOpenApiHelper
Determines the base-path according to various configuration on component/endpoint and in the spec
doInit() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
doInit() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
doInit() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
doStart() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
doStart() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
doStop() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
doStop() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 

G

getApiContextPath() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getApiContextPath() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getBasePath() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getBasePath() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getBasePathFromOpenApi(OpenAPI) - Static method in class org.apache.camel.component.rest.openapi.RestOpenApiHelper
 
getBindingPackageScan() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getBindingPackageScan() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getCamelContext() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
getCamelContext() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
getComponent() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
getComponent() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getComponentName() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getComponentName() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getConsumer() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
getConsumerComponentName() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getConsumerComponentName() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getConsumes() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getConsumes() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getConsumes(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
getEndpoint() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProducer
 
getFormParams() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
getHeaders() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
getHost() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getHost() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getMessage() - Method in exception class org.apache.camel.component.rest.openapi.RestOpenApiValidationException
 
getMethod() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
getMissingOperation() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
getMissingOperation() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getMissingOperation() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getMissingOperation() - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Whether the consumer should fail,ignore or return a dummy response for OpenAPI operations that are not mapped to a corresponding route.
getMockIncludePattern() - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
getMockIncludePattern() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getMockIncludePattern() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getMockIncludePattern() - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Used for inclusive filtering of mock data from directories.
getOperation() - Method in class org.apache.camel.component.rest.openapi.validator.DefaultRequestValidator
 
getOperation() - Method in interface org.apache.camel.component.rest.openapi.validator.RequestValidator
Gets the default operation.
getOperation() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
getOperationId() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointConfigurer
 
getPlatformHttpConsumer() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
getProduces() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getProduces() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getProduces(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
getQueryParametersDefaultValue(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
getQueryParams() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
getRequiredHeaders(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
getRequiredQueryParameters(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
getRestOpenapiProcessorStrategy() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getRestOpenapiProcessorStrategy() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getSpecificationUri() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getSpecificationUri() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
getSslContextParameters() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
getUriTemplate() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
getValidationErrors() - Method in exception class org.apache.camel.component.rest.openapi.RestOpenApiValidationException
 

I

isArrayType(Schema<?>) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
isClientRequestValidation() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
isClientRequestValidation() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
isClientResponseValidation() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
isClientResponseValidation() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
isEnabled(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 
isMediaRange(String, String) - Static method in class org.apache.camel.component.rest.openapi.RestOpenApiHelper
 
isRequestValidationEnabled() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
isRequestValidationEnabled() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
isRequiredBody(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
isSingleton() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProducer
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
isYamlResource(Resource) - Static method in class org.apache.camel.component.rest.openapi.RestOpenApiHelper
Determines if a Resource contains YAML content.

M

manageRequestBody(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
manageResponseBody(Operation) - Method in class org.apache.camel.component.rest.openapi.OpenApiUtils
 
multiValuePrefixes() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 

O

OpenApiUtils - Class in org.apache.camel.component.rest.openapi
 
OpenApiUtils(CamelContext, String, Components) - Constructor for class org.apache.camel.component.rest.openapi.OpenApiUtils
 
org.apache.camel.component.rest.openapi - package org.apache.camel.component.rest.openapi
 
org.apache.camel.component.rest.openapi.validator - package org.apache.camel.component.rest.openapi.validator
 

P

parseVariables(String, Server) - Static method in class org.apache.camel.component.rest.openapi.RestOpenApiHelper
 
process(OpenAPI, Operation, String, String, RestBindingAdvice, Exchange, AsyncCallback) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
process(OpenAPI, Operation, String, String, RestBindingAdvice, Exchange, AsyncCallback) - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Strategy for processing the Rest DSL operation
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProducer
 
processApiSpecification(String, Exchange, AsyncCallback) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
processApiSpecification(String, Exchange, AsyncCallback) - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Strategy for processing the OpenAPI specification (to return the contract)
propertyNames() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 

R

RequestValidator - Interface in org.apache.camel.component.rest.openapi.validator
 
RestOpenApiComponent - Class in org.apache.camel.component.rest.openapi
An awesome REST component backed by OpenApi specifications.
RestOpenApiComponent() - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
RestOpenApiComponent(CamelContext) - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
RestOpenApiComponentConfigurer - Class in org.apache.camel.component.rest.openapi
Generated by camel build tools - do NOT edit this file!
RestOpenApiComponentConfigurer() - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiComponentConfigurer
 
RestOpenApiEndpoint - Class in org.apache.camel.component.rest.openapi
To call REST services using OpenAPI specification as contract.
RestOpenApiEndpoint() - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
RestOpenApiEndpoint(String, String, RestOpenApiComponent, Map<String, Object>) - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
RestOpenApiEndpointConfigurer - Class in org.apache.camel.component.rest.openapi
Generated by camel build tools - do NOT edit this file!
RestOpenApiEndpointConfigurer() - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiEndpointConfigurer
 
RestOpenApiEndpointUriFactory - Class in org.apache.camel.component.rest.openapi
Generated by camel build tools - do NOT edit this file!
RestOpenApiEndpointUriFactory() - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 
RestOpenApiHelper - Class in org.apache.camel.component.rest.openapi
 
RestOpenApiOperation - Class in org.apache.camel.component.rest.openapi.validator
 
RestOpenApiOperation(Operation, String, String) - Constructor for class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
 
RestOpenApiProcessor - Class in org.apache.camel.component.rest.openapi
 
RestOpenApiProcessor(RestOpenApiEndpoint, OpenAPI, String, String, Processor, RestOpenapiProcessorStrategy) - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
RestOpenapiProcessorStrategy - Interface in org.apache.camel.component.rest.openapi
Strategy for processing the Rest DSL that services an OpenAPI spec.
RestOpenApiProducer - Class in org.apache.camel.component.rest.openapi
 
RestOpenApiProducer(Producer, boolean, RequestValidator) - Constructor for class org.apache.camel.component.rest.openapi.RestOpenApiProducer
 
RestOpenApiValidationException - Exception Class in org.apache.camel.component.rest.openapi
 
RestOpenApiValidationException(Set<String>) - Constructor for exception class org.apache.camel.component.rest.openapi.RestOpenApiValidationException
 

S

secretPropertyNames() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
 
setApiContextPath(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setApiContextPath(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setBasePath(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setBasePath(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setBindingPackageScan(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setBindingPackageScan(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
setClientRequestValidation(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setClientRequestValidation(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setClientResponseValidation(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setClientResponseValidation(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setComponent(String) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
Name of component to use for processing the Rest DSL requests.
setComponentName(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setComponentName(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setConsumer(Consumer) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
setConsumerComponentName(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setConsumerComponentName(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setConsumes(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setConsumes(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setHost(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setHost(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setMissingOperation(String) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
setMissingOperation(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setMissingOperation(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setMissingOperation(String) - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Whether the consumer should fail,ignore or return a dummy response for OpenAPI operations that are not mapped to a corresponding route.
setMockIncludePattern(String) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
setMockIncludePattern(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setMockIncludePattern(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setMockIncludePattern(String) - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Used for inclusive filtering of mock data from directories.
setOperation(RestOpenApiOperation) - Method in class org.apache.camel.component.rest.openapi.validator.DefaultRequestValidator
 
setOperation(RestOpenApiOperation) - Method in interface org.apache.camel.component.rest.openapi.validator.RequestValidator
Sets the default operation.
setOperationId(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setPlatformHttpConsumer(PlatformHttpConsumerAware) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProcessor
 
setProduces(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setProduces(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setRequestValidationEnabled(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setRequestValidationEnabled(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setRestOpenapiProcessorStrategy(RestOpenapiProcessorStrategy) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setRestOpenapiProcessorStrategy(RestOpenapiProcessorStrategy) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setSpecificationUri(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setSpecificationUri(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 
setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
 

V

validate(Exchange) - Method in interface org.apache.camel.component.rest.openapi.validator.RequestValidator
Validates the Exchange with the default operation
validate(Exchange, RestOpenApiOperation) - Method in class org.apache.camel.component.rest.openapi.validator.DefaultRequestValidator
 
validate(Exchange, RestOpenApiOperation) - Method in interface org.apache.camel.component.rest.openapi.validator.RequestValidator
Validates the Exchange with the custom operation.
validateOpenApi(OpenAPI, String, PlatformHttpConsumerAware) - Method in class org.apache.camel.component.rest.openapi.DefaultRestOpenapiProcessorStrategy
 
validateOpenApi(OpenAPI, String, PlatformHttpConsumerAware) - Method in interface org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy
Validates the OpenAPI specification on startup
B C D G I M O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form