Uses of Class
io.swagger.jaxrs.config.SwaggerContextService
-
Packages that use SwaggerContextService Package Description io.swagger.jaxrs.config -
-
Uses of SwaggerContextService in io.swagger.jaxrs.config
Methods in io.swagger.jaxrs.config that return SwaggerContextService Modifier and Type Method Description SwaggerContextServiceSwaggerContextService. initConfig()SwaggerContextServiceSwaggerContextService. initConfig(io.swagger.models.Swagger swagger)SwaggerContextServiceSwaggerContextService. initScanner()SwaggerContextServiceSwaggerContextService. updateSwagger(io.swagger.models.Swagger swagger)SwaggerContextServiceSwaggerContextService. withBasePath(String basePath)SwaggerContextServiceSwaggerContextService. withConfigId(String configId)SwaggerContextServiceSwaggerContextService. withContextId(String contextId)SwaggerContextServiceSwaggerContextService. withPathBasedConfig(boolean usePathBasedConfig)SwaggerContextServiceSwaggerContextService. withScanner(Scanner scanner)SwaggerContextServiceSwaggerContextService. withScannerId(String scannerId)SwaggerContextServiceSwaggerContextService. withServletConfig(javax.servlet.ServletConfig sc)SwaggerContextServiceSwaggerContextService. withSwaggerConfig(SwaggerConfig swaggerConfig)
-