Package com.netflix.spinnaker.config
Class SwaggerConfig.BasePathProvider
- java.lang.Object
-
- springfox.documentation.spring.web.paths.AbstractPathProvider
-
- com.netflix.spinnaker.config.SwaggerConfig.BasePathProvider
-
- All Implemented Interfaces:
springfox.documentation.PathProvider
- Enclosing class:
- SwaggerConfig
public class SwaggerConfig.BasePathProvider extends springfox.documentation.spring.web.paths.AbstractPathProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringapplicationPath()protected java.lang.StringgetDocumentationPath()
-
-
-
Method Detail
-
applicationPath
protected java.lang.String applicationPath()
- Specified by:
applicationPathin classspringfox.documentation.spring.web.paths.AbstractPathProvider
-
getDocumentationPath
protected java.lang.String getDocumentationPath()
- Specified by:
getDocumentationPathin classspringfox.documentation.spring.web.paths.AbstractPathProvider
-
-