- read(CamelContext, List<RestDefinition>, BeanConfig, String, ClassResolver) - Method in class org.apache.camel.openapi.RestOpenApiReader
-
Read the REST-DSL definition's and parse that as a OpenApi model representation
- readClass(OasDocument, Class<?>) - Method in class org.apache.camel.openapi.RestModelConverters
-
- renderResourceListing(CamelContext, RestApiResponseAdapter, BeanConfig, boolean, boolean, Map<String, Object>, ClassResolver, RestConfiguration) - Method in class org.apache.camel.openapi.RestOpenApiSupport
-
- RestApiResponseAdapter - Interface in org.apache.camel.openapi
-
- RestDefinitionsResolver - Interface in org.apache.camel.openapi
-
Pluggable resolver for resolving rest and camel context either local or globally via JMX for the entire JVM
- RestModelConverters - Class in org.apache.camel.openapi
-
A Camel extended ModelConverters
where we appending vendor extensions to include the java class name of the
model classes.
- RestModelConverters() - Constructor for class org.apache.camel.openapi.RestModelConverters
-
- RestOpenApiProcessor - Class in org.apache.camel.openapi
-
- RestOpenApiProcessor(Map<String, Object>, RestConfiguration) - Constructor for class org.apache.camel.openapi.RestOpenApiProcessor
-
- RestOpenApiReader - Class in org.apache.camel.openapi
-
A Camel REST-DSL openApi reader that parse the rest-dsl into a openApi model representation.
- RestOpenApiReader() - Constructor for class org.apache.camel.openapi.RestOpenApiReader
-
- RestOpenApiSupport - Class in org.apache.camel.openapi
-
A support class for that allows SPI to plugin and offer OpenApi API service listings as part of the Camel component.
- RestOpenApiSupport() - Constructor for class org.apache.camel.openapi.RestOpenApiSupport
-