Uses of Class
org.apache.camel.openapi.BeanConfig
Packages that use BeanConfig
- 
Uses of BeanConfig in org.apache.camel.openapiMethods in org.apache.camel.openapi with parameters of type BeanConfigModifier and TypeMethodDescriptionstatic <T> TRestOpenApiSupport.getFromOpenAPI(io.swagger.v3.oas.models.OpenAPI openApi, BeanConfig config, Class<T> type, boolean json) static StringRestOpenApiSupport.getJsonFromOpenAPIAsString(io.swagger.v3.oas.models.OpenAPI openApi, BeanConfig config) voidRestOpenApiSupport.initOpenApi(BeanConfig openApiConfig, Map<String, Object> config) io.swagger.v3.oas.models.OpenAPIRestOpenApiReader.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 representationvoidRestOpenApiSupport.renderResourceListing(org.apache.camel.CamelContext camelContext, RestApiResponseAdapter response, BeanConfig openApiConfig, boolean json, org.apache.camel.spi.ClassResolver classResolver, org.apache.camel.spi.RestConfiguration configuration, org.apache.camel.Exchange exchange)