Uses of Class
org.springdoc.core.properties.AbstractSwaggerUiConfigProperties.SwaggerUrl
Packages that use AbstractSwaggerUiConfigProperties.SwaggerUrl
-
Uses of AbstractSwaggerUiConfigProperties.SwaggerUrl in org.springdoc.core.properties
Fields in org.springdoc.core.properties with type parameters of type AbstractSwaggerUiConfigProperties.SwaggerUrlModifier and TypeFieldDescriptionprotected Set<AbstractSwaggerUiConfigProperties.SwaggerUrl> AbstractSwaggerUiConfigProperties.urlsThe Urls.Methods in org.springdoc.core.properties 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.properties with type arguments of type AbstractSwaggerUiConfigProperties.SwaggerUrlModifier and TypeMethodDescriptionvoidAbstractSwaggerUiConfigProperties.setUrls(Set<AbstractSwaggerUiConfigProperties.SwaggerUrl> urls) Sets urls.