Uses of Class
org.apache.camel.openapi.BeanConfig
Packages that use BeanConfig
-
Uses of BeanConfig in org.apache.camel.openapi
Methods in org.apache.camel.openapi with parameters of type BeanConfigModifier and TypeMethodDescriptionstatic String
RestOpenApiSupport.getJsonFromOpenAPI
(io.swagger.v3.oas.models.OpenAPI openApi3, BeanConfig openApiConfig) void
RestOpenApiSupport.initOpenApi
(BeanConfig openApiConfig, Map<String, Object> config) io.swagger.v3.oas.models.OpenAPI
RestOpenApiReader.read
(org.apache.camel.CamelContext camelContext, List<org.apache.camel.model.rest.RestDefinition> rests, BeanConfig config, String camelContextId, org.apache.camel.spi.ClassResolver classResolver) Read the REST-DSL definition's and parse that as a OpenApi model representationvoid
RestOpenApiSupport.renderResourceListing
(org.apache.camel.CamelContext camelContext, RestApiResponseAdapter response, BeanConfig openApiConfig, boolean json, Map<String, Object> headers, org.apache.camel.spi.ClassResolver classResolver, org.apache.camel.spi.RestConfiguration configuration)