Package org.springdoc.ui
Interface SwaggerResourceResolverUtils
public interface SwaggerResourceResolverUtils
The interface Swagger resource resolver utils.
- Author:
- bnasslahsen
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic String
findSwaggerResourcePath
(String pathStr, String version) Find swagger resource path string.
-
Method Details
-
findSwaggerResourcePath
Find swagger resource path string.- Parameters:
pathStr
- the pathversion
- the version- Returns:
- the string
-