Uses of Class
org.apache.cxf.jaxrs.openapi.OpenApiCustomizer
-
Packages that use OpenApiCustomizer Package Description org.apache.cxf.jaxrs.openapi org.apache.cxf.spring.boot.autoconfigure.openapi -
-
Uses of OpenApiCustomizer in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi that return OpenApiCustomizer Modifier and Type Method Description OpenApiCustomizerOpenApiFeature. getCustomizer()OpenApiCustomizerOpenApiFeature.Portable. getCustomizer()Methods in org.apache.cxf.jaxrs.openapi with parameters of type OpenApiCustomizer Modifier and Type Method Description voidOpenApiFeature.Portable. setCustomizer(OpenApiCustomizer customizer)voidOpenApiFeature. setCustomizer(OpenApiCustomizer customizer)Constructors in org.apache.cxf.jaxrs.openapi with parameters of type OpenApiCustomizer Constructor Description CustomizedSwaggerContainerRequestFilter(javax.ws.rs.core.Application app, OpenApiCustomizer customizer)OpenApiCustomizedResource(OpenApiCustomizer customizer) -
Uses of OpenApiCustomizer in org.apache.cxf.spring.boot.autoconfigure.openapi
Methods in org.apache.cxf.spring.boot.autoconfigure.openapi that return OpenApiCustomizer Modifier and Type Method Description OpenApiCustomizerOpenApiAutoConfiguration. openApiCustomizer()
-