Uses of Class
org.apache.cxf.jaxrs.swagger.ui.SwaggerUiConfig
-
Packages that use SwaggerUiConfig Package Description org.apache.cxf.jaxrs.microprofile.openapi org.apache.cxf.jaxrs.openapi org.apache.cxf.jaxrs.swagger org.apache.cxf.jaxrs.swagger.ui -
-
Uses of SwaggerUiConfig in org.apache.cxf.jaxrs.microprofile.openapi
Methods in org.apache.cxf.jaxrs.microprofile.openapi that return SwaggerUiConfig Modifier and Type Method Description SwaggerUiConfigOpenApiFeature. getSwaggerUiConfig()SwaggerUiConfigOpenApiFeature.Portable. getSwaggerUiConfig()Methods in org.apache.cxf.jaxrs.microprofile.openapi with parameters of type SwaggerUiConfig Modifier and Type Method Description voidOpenApiFeature.Portable. setSwaggerUiConfig(SwaggerUiConfig swaggerUiConfig)voidOpenApiFeature. setSwaggerUiConfig(SwaggerUiConfig swaggerUiConfig) -
Uses of SwaggerUiConfig in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi that return SwaggerUiConfig Modifier and Type Method Description SwaggerUiConfigOpenApiFeature. getSwaggerUiConfig()SwaggerUiConfigOpenApiFeature.Portable. getSwaggerUiConfig()Methods in org.apache.cxf.jaxrs.openapi with parameters of type SwaggerUiConfig Modifier and Type Method Description voidOpenApiFeature.Portable. setSwaggerUiConfig(SwaggerUiConfig swaggerUiConfig)voidOpenApiFeature. setSwaggerUiConfig(SwaggerUiConfig swaggerUiConfig) -
Uses of SwaggerUiConfig in org.apache.cxf.jaxrs.swagger
Methods in org.apache.cxf.jaxrs.swagger that return SwaggerUiConfig Modifier and Type Method Description SwaggerUiConfigSwagger2Feature. getSwaggerUiConfig()SwaggerUiConfigSwagger2Feature.Portable. getSwaggerUiConfig()Methods in org.apache.cxf.jaxrs.swagger with parameters of type SwaggerUiConfig Modifier and Type Method Description voidSwagger2Feature.Portable. setSwaggerUiConfig(SwaggerUiConfig swaggerUiConfig)voidSwagger2Feature. setSwaggerUiConfig(SwaggerUiConfig swaggerUiConfig) -
Uses of SwaggerUiConfig in org.apache.cxf.jaxrs.swagger.ui
Methods in org.apache.cxf.jaxrs.swagger.ui with parameters of type SwaggerUiConfig Modifier and Type Method Description voidSwaggerUiService. setConfig(SwaggerUiConfig config)
-