Class ResourceTemplates.Path
java.lang.Object
com.cloudimpl.outstack.spring.component.swagger.ResourceTemplates.Path
- Enclosing class:
- ResourceTemplates
public static final class ResourceTemplates.Path
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Path() -
Method Summary
Modifier and Type Method Description static ResourceTemplates.Pathmerge(java.lang.String path, java.util.List<ResourceTemplates.Path> paths)ResourceTemplates.PathwithPath(java.lang.String path)ResourceTemplates.PathwithType(java.lang.String type, ResourceTemplates.Get get)ResourceTemplates.PathwithType(java.lang.String type, ResourceTemplates.Post post)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
withType
-
withType
-
withPath
-
merge
public static ResourceTemplates.Path merge(java.lang.String path, java.util.List<ResourceTemplates.Path> paths)
-