Index
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
- 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
- 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
- customizeOpenApiInteractionValidator(OpenApiInteractionValidator.Builder) - Method in interface org.apache.camel.component.rest.openapi.validator.RequestValidationCustomizer
-
Customizes the creation of a
OpenApiInteractionValidator. - customizeSimpleRequestBuilder(SimpleRequest.Builder, RestOpenApiOperation, Exchange) - Method in interface org.apache.camel.component.rest.openapi.validator.RequestValidationCustomizer
-
Applies customizations the creation of a
SimpleRequestto be validated byOpenApiInteractionValidator.
D
- DEFAULT_BASE_PATH - Static variable in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- DefaultRequestValidationCustomizer - Class in org.apache.camel.component.rest.openapi.validator
-
A noop
RequestValidationCustomizerimplementation. - DefaultRequestValidationCustomizer() - Constructor for class org.apache.camel.component.rest.openapi.validator.DefaultRequestValidationCustomizer
G
- 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.RestOpenApiEndpoint
- getCharsetFromExchange(Exchange) - Method in class org.apache.camel.component.rest.openapi.validator.RequestValidator
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointConfigurer
- getComponentName() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- getComponentName() - 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
- 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 org.apache.camel.component.rest.openapi.RestOpenApiValidationException
- getMethod() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
- 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
- getProduces() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- getProduces() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- getQueryParams() - Method in class org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
- getRequestValidationCustomizer() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- getRequestValidationCustomizer() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- getRequestValidationLevels() - 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 org.apache.camel.component.rest.openapi.RestOpenApiValidationException
I
- 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
- isRequestValidationEnabled() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- isRequestValidationEnabled() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- isSingleton() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProducer
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
M
- multiValuePrefixes() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
O
- 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.RestOpenApiEndpoint
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiProducer
- propertyNames() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
R
- RequestValidationCustomizer - Interface in org.apache.camel.component.rest.openapi.validator
-
An abstraction for customizing the behavior of OpenApi request validation.
- RequestValidator - Class in org.apache.camel.component.rest.openapi.validator
- RequestValidator(OpenApiInteractionValidator, RestOpenApiOperation, RequestValidationCustomizer) - Constructor for class org.apache.camel.component.rest.openapi.validator.RequestValidator
- resolvePathParams(Exchange) - Method in class org.apache.camel.component.rest.openapi.validator.RequestValidator
- 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
-
Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.
- 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
- 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
- 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 in org.apache.camel.component.rest.openapi
- RestOpenApiValidationException(Set<String>) - Constructor for exception org.apache.camel.component.rest.openapi.RestOpenApiValidationException
S
- secretPropertyNames() - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpointUriFactory
- setBasePath(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- setBasePath(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- setComponentName(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- setComponentName(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
- setOperationId(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- setProduces(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- setProduces(String) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- setRequestValidationCustomizer(RequestValidationCustomizer) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- setRequestValidationCustomizer(RequestValidationCustomizer) - 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
- setRequestValidationLevels(Map<String, Object>) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiEndpoint
- setSpecificationUri(URI) - Method in class org.apache.camel.component.rest.openapi.RestOpenApiComponent
- setSpecificationUri(URI) - 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 class org.apache.camel.component.rest.openapi.validator.RequestValidator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form