Modifier and Type | Method and Description |
---|---|
void |
RestOpenApiSupport.initOpenApi(BeanConfig openApiConfig,
Map<String,Object> config) |
io.apicurio.datamodels.openapi.models.OasDocument |
RestOpenApiReader.read(List<org.apache.camel.model.rest.RestDefinition> rests,
String route,
BeanConfig config,
String camelContextId,
org.apache.camel.spi.ClassResolver classResolver)
Read the REST-DSL definition's and parse that as a OpenApi model representation
|
void |
RestOpenApiSupport.renderResourceListing(org.apache.camel.CamelContext camelContext,
RestApiResponseAdapter response,
BeanConfig openApiConfig,
String contextId,
String route,
boolean json,
boolean yaml,
Map<String,Object> headers,
org.apache.camel.spi.ClassResolver classResolver,
org.apache.camel.spi.RestConfiguration configuration) |
Apache Camel