Uses of Class
org.springdoc.core.AbstractSwaggerUiConfigProperties.SwaggerUrl
Packages that use AbstractSwaggerUiConfigProperties.SwaggerUrl
-
Uses of AbstractSwaggerUiConfigProperties.SwaggerUrl in org.springdoc.core
Fields in org.springdoc.core with type parameters of type AbstractSwaggerUiConfigProperties.SwaggerUrlModifier and TypeFieldDescriptionprotected Set<AbstractSwaggerUiConfigProperties.SwaggerUrl>
AbstractSwaggerUiConfigProperties.urls
The Urls.Methods in org.springdoc.core that return types with arguments of type AbstractSwaggerUiConfigProperties.SwaggerUrlModifier and TypeMethodDescriptionSwaggerUiConfigProperties.cloneUrls()
Clone urls set.AbstractSwaggerUiConfigProperties.getUrls()
Gets urls.Method parameters in org.springdoc.core with type arguments of type AbstractSwaggerUiConfigProperties.SwaggerUrlModifier and TypeMethodDescriptionvoid
AbstractSwaggerUiConfigProperties.setUrls
(Set<AbstractSwaggerUiConfigProperties.SwaggerUrl> urls) Sets urls.